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
<para>The analytics configuration for the data store.</para>.
-
#datastore_id ⇒ String
<para>The data store identifier.</para>.
-
#datastore_name ⇒ String
<para>The data store name.</para>.
-
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
<para>The identity provider configuration for the data store.</para>.
-
#nlp_configuration ⇒ Types::NlpConfiguration
<para>The NLP configuration for the data store.</para>.
-
#profile_configuration ⇒ Types::ProfileConfiguration
<para>The profile configuration for the data store.</para>.
Instance Attribute Details
#analytics_configuration ⇒ Types::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_id ⇒ String
<para>The data store identifier.</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_name ⇒ String
<para>The data store name.</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 |
#identity_provider_configuration ⇒ Types::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_configuration ⇒ Types::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_configuration ⇒ Types::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 |