Class: Aws::HealthLake::Types::UpdateFHIRDatastoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::UpdateFHIRDatastoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analytics_configuration ⇒ Types::AnalyticsConfiguration
The analytics configuration for the data store.
-
#datastore_id ⇒ String
The data store identifier.
-
#datastore_name ⇒ String
The data store name.
-
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
The identity provider configuration for the data store.
-
#nlp_configuration ⇒ Types::NlpConfiguration
The natural language processing (NLP) configuration for the data store.
-
#profile_configuration ⇒ Types::ProfileConfiguration
The profile configuration for the data store.
Instance Attribute Details
#analytics_configuration ⇒ Types::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_id ⇒ String
The data store identifier.
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_name ⇒ String
The data store name.
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_configuration ⇒ Types::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_configuration ⇒ Types::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_configuration ⇒ Types::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 |