Class: Aws::HealthLake::Types::UpdateFHIRDatastoreRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configurationTypes::AnalyticsConfiguration

<para>The analytics configuration for the data store.</para>



1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-healthlake/types.rb', line 1247

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_idString

<para>The data store identifier.</para>

Returns:

  • (String)


1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-healthlake/types.rb', line 1247

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_nameString

<para>The data store name.</para>

Returns:

  • (String)


1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-healthlake/types.rb', line 1247

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#identity_provider_configurationTypes::IdentityProviderConfiguration

<para>The identity provider configuration for the data store.</para>



1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-healthlake/types.rb', line 1247

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#nlp_configurationTypes::NlpConfiguration

<para>The NLP configuration for the data store.</para>



1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-healthlake/types.rb', line 1247

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#profile_configurationTypes::ProfileConfiguration

<para>The profile configuration for the data store.</para>



1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
# File 'lib/aws-sdk-healthlake/types.rb', line 1247

class UpdateFHIRDatastoreRequest < Struct.new(
  :datastore_id,
  :datastore_name,
  :analytics_configuration,
  :nlp_configuration,
  :profile_configuration,
  :identity_provider_configuration)
  SENSITIVE = []
  include Aws::Structure
end