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

The analytics configuration for the data store.



1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-healthlake/types.rb', line 1265

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

#datastore_idString

The data store identifier.

Returns:

  • (String)


1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-healthlake/types.rb', line 1265

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

#datastore_nameString

The data store name.

Returns:

  • (String)


1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-healthlake/types.rb', line 1265

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

#identity_provider_configurationTypes::IdentityProviderConfiguration

The identity provider configuration for the data store.



1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-healthlake/types.rb', line 1265

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

#nlp_configurationTypes::NlpConfiguration

The natural language processing (NLP) configuration for the data store.



1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-healthlake/types.rb', line 1265

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

#profile_configurationTypes::ProfileConfiguration

The profile configuration for the data store.



1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
# File 'lib/aws-sdk-healthlake/types.rb', line 1265

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