Class: Aws::Types::CreateFHIRDatastoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFHIRDatastoreRequest
- 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.
-
#datastore_type_version ⇒ "R4"
Returns the value of attribute datastore_type_version.
-
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Returns the value of attribute identity_provider_configuration.
-
#nlp_configuration ⇒ Types::NlpConfiguration
Returns the value of attribute nlp_configuration.
-
#preload_data_config ⇒ Types::PreloadDataConfig
Returns the value of attribute preload_data_config.
-
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
-
#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.
98 99 100 |
# File 'sig/types.rbs', line 98 def analytics_configuration @analytics_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
95 96 97 |
# File 'sig/types.rbs', line 95 def client_token @client_token end |
#datastore_name ⇒ ::String
Returns the value of attribute datastore_name.
91 92 93 |
# File 'sig/types.rbs', line 91 def datastore_name @datastore_name end |
#datastore_type_version ⇒ "R4"
Returns the value of attribute datastore_type_version.
92 93 94 |
# File 'sig/types.rbs', line 92 def datastore_type_version @datastore_type_version end |
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Returns the value of attribute identity_provider_configuration.
97 98 99 |
# File 'sig/types.rbs', line 97 def identity_provider_configuration @identity_provider_configuration end |
#nlp_configuration ⇒ Types::NlpConfiguration
Returns the value of attribute nlp_configuration.
99 100 101 |
# File 'sig/types.rbs', line 99 def nlp_configuration @nlp_configuration end |
#preload_data_config ⇒ Types::PreloadDataConfig
Returns the value of attribute preload_data_config.
94 95 96 |
# File 'sig/types.rbs', line 94 def preload_data_config @preload_data_config end |
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
100 101 102 |
# File 'sig/types.rbs', line 100 def profile_configuration @profile_configuration end |
#sse_configuration ⇒ Types::SseConfiguration
Returns the value of attribute sse_configuration.
93 94 95 |
# File 'sig/types.rbs', line 93 def sse_configuration @sse_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
96 97 98 |
# File 'sig/types.rbs', line 96 def @tags end |