Class: Aws::Types::UpdateFHIRDatastoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFHIRDatastoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_configuration ⇒ Types::AnalyticsConfiguration
Returns the value of attribute analytics_configuration.
-
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
-
#datastore_name ⇒ ::String
Returns the value of attribute datastore_name.
-
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Returns the value of attribute identity_provider_configuration.
-
#nlp_configuration ⇒ Types::NlpConfiguration
Returns the value of attribute nlp_configuration.
-
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
Instance Attribute Details
#analytics_configuration ⇒ Types::AnalyticsConfiguration
Returns the value of attribute analytics_configuration.
695 696 697 |
# File 'sig/types.rbs', line 695 def analytics_configuration @analytics_configuration end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
693 694 695 |
# File 'sig/types.rbs', line 693 def datastore_id @datastore_id end |
#datastore_name ⇒ ::String
Returns the value of attribute datastore_name.
694 695 696 |
# File 'sig/types.rbs', line 694 def datastore_name @datastore_name end |
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Returns the value of attribute identity_provider_configuration.
698 699 700 |
# File 'sig/types.rbs', line 698 def identity_provider_configuration @identity_provider_configuration end |
#nlp_configuration ⇒ Types::NlpConfiguration
Returns the value of attribute nlp_configuration.
696 697 698 |
# File 'sig/types.rbs', line 696 def nlp_configuration @nlp_configuration end |
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
697 698 699 |
# File 'sig/types.rbs', line 697 def profile_configuration @profile_configuration end |