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>)


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