Class: Aws::HealthLake::Types::ProfileConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ProfileConfiguration
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_profiles ⇒ Array<String>
The list of default profiles for the data store. .
Instance Attribute Details
#default_profiles ⇒ Array<String>
957 958 959 960 961 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 957 class ProfileConfiguration < Struct.new( :default_profiles) SENSITIVE = [] include Aws::Structure end |