Class: Aws::Types::RestoreFHIRDatastoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreFHIRDatastoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_configuration ⇒ Types::AnalyticsConfiguration
Returns the value of attribute analytics_configuration.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#restore_configuration ⇒ Types::RestoreConfiguration
Returns the value of attribute restore_configuration.
-
#source_datastore_id ⇒ ::String
Returns the value of attribute source_datastore_id.
-
#sse_configuration ⇒ Types::SseConfiguration
Returns the value of attribute sse_configuration.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#analytics_configuration ⇒ Types::AnalyticsConfiguration
Returns the value of attribute analytics_configuration.
550 551 552 |
# File 'sig/types.rbs', line 550 def analytics_configuration @analytics_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
547 548 549 |
# File 'sig/types.rbs', line 547 def client_token @client_token end |
#datastore_name ⇒ ::String
Returns the value of attribute datastore_name.
545 546 547 |
# File 'sig/types.rbs', line 545 def datastore_name @datastore_name end |
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Returns the value of attribute identity_provider_configuration.
549 550 551 |
# File 'sig/types.rbs', line 549 def identity_provider_configuration @identity_provider_configuration end |
#nlp_configuration ⇒ Types::NlpConfiguration
Returns the value of attribute nlp_configuration.
551 552 553 |
# File 'sig/types.rbs', line 551 def nlp_configuration @nlp_configuration end |
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
552 553 554 |
# File 'sig/types.rbs', line 552 def profile_configuration @profile_configuration end |
#restore_configuration ⇒ Types::RestoreConfiguration
Returns the value of attribute restore_configuration.
544 545 546 |
# File 'sig/types.rbs', line 544 def restore_configuration @restore_configuration end |
#source_datastore_id ⇒ ::String
Returns the value of attribute source_datastore_id.
543 544 545 |
# File 'sig/types.rbs', line 543 def source_datastore_id @source_datastore_id end |
#sse_configuration ⇒ Types::SseConfiguration
Returns the value of attribute sse_configuration.
546 547 548 |
# File 'sig/types.rbs', line 546 def sse_configuration @sse_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
548 549 550 |
# File 'sig/types.rbs', line 548 def @tags end |