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.
-
#backup_configuration ⇒ Types::BackupConfiguration
Returns the value of attribute backup_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.
752 753 754 |
# File 'sig/types.rbs', line 752 def analytics_configuration @analytics_configuration end |
#backup_configuration ⇒ Types::BackupConfiguration
Returns the value of attribute backup_configuration.
756 757 758 |
# File 'sig/types.rbs', line 756 def backup_configuration @backup_configuration end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
750 751 752 |
# File 'sig/types.rbs', line 750 def datastore_id @datastore_id end |
#datastore_name ⇒ ::String
Returns the value of attribute datastore_name.
751 752 753 |
# File 'sig/types.rbs', line 751 def datastore_name @datastore_name end |
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Returns the value of attribute identity_provider_configuration.
755 756 757 |
# File 'sig/types.rbs', line 755 def identity_provider_configuration @identity_provider_configuration end |
#nlp_configuration ⇒ Types::NlpConfiguration
Returns the value of attribute nlp_configuration.
753 754 755 |
# File 'sig/types.rbs', line 753 def nlp_configuration @nlp_configuration end |
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
754 755 756 |
# File 'sig/types.rbs', line 754 def profile_configuration @profile_configuration end |