Class: Aws::HealthLake::Types::ProfileConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

The profile configuration for a data store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_profilesArray<String>

The list of default profiles for the data store.

Returns:

  • (Array<String>)


1719
1720
1721
1722
1723
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1719

class ProfileConfiguration < Struct.new(
  :default_profiles)
  SENSITIVE = []
  include Aws::Structure
end