Class: Aws::Types::DatastoreProperties
- Inherits:
-
Object
- Object
- Aws::Types::DatastoreProperties
- 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_status_info ⇒ Types::DatastoreBackupStatus
Returns the value of attribute backup_status_info.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#datastore_arn ⇒ ::String
Returns the value of attribute datastore_arn.
-
#datastore_endpoint ⇒ ::String
Returns the value of attribute datastore_endpoint.
-
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
-
#datastore_name ⇒ ::String
Returns the value of attribute datastore_name.
-
#datastore_status ⇒ "CREATING", ...
Returns the value of attribute datastore_status.
-
#datastore_type_version ⇒ "R4"
Returns the value of attribute datastore_type_version.
-
#error_cause ⇒ Types::ErrorCause
Returns the value of attribute error_cause.
-
#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.
Instance Attribute Details
#analytics_configuration ⇒ Types::AnalyticsConfiguration
Returns the value of attribute analytics_configuration.
184 185 186 |
# File 'sig/types.rbs', line 184 def analytics_configuration @analytics_configuration end |
#backup_status_info ⇒ Types::DatastoreBackupStatus
Returns the value of attribute backup_status_info.
186 187 188 |
# File 'sig/types.rbs', line 186 def backup_status_info @backup_status_info end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
176 177 178 |
# File 'sig/types.rbs', line 176 def created_at @created_at end |
#datastore_arn ⇒ ::String
Returns the value of attribute datastore_arn.
173 174 175 |
# File 'sig/types.rbs', line 173 def datastore_arn @datastore_arn end |
#datastore_endpoint ⇒ ::String
Returns the value of attribute datastore_endpoint.
178 179 180 |
# File 'sig/types.rbs', line 178 def datastore_endpoint @datastore_endpoint end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
172 173 174 |
# File 'sig/types.rbs', line 172 def datastore_id @datastore_id end |
#datastore_name ⇒ ::String
Returns the value of attribute datastore_name.
174 175 176 |
# File 'sig/types.rbs', line 174 def datastore_name @datastore_name end |
#datastore_status ⇒ "CREATING", ...
Returns the value of attribute datastore_status.
175 176 177 |
# File 'sig/types.rbs', line 175 def datastore_status @datastore_status end |
#datastore_type_version ⇒ "R4"
Returns the value of attribute datastore_type_version.
177 178 179 |
# File 'sig/types.rbs', line 177 def datastore_type_version @datastore_type_version end |
#error_cause ⇒ Types::ErrorCause
Returns the value of attribute error_cause.
182 183 184 |
# File 'sig/types.rbs', line 182 def error_cause @error_cause end |
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Returns the value of attribute identity_provider_configuration.
181 182 183 |
# File 'sig/types.rbs', line 181 def identity_provider_configuration @identity_provider_configuration end |
#nlp_configuration ⇒ Types::NlpConfiguration
Returns the value of attribute nlp_configuration.
183 184 185 |
# File 'sig/types.rbs', line 183 def nlp_configuration @nlp_configuration end |
#preload_data_config ⇒ Types::PreloadDataConfig
Returns the value of attribute preload_data_config.
180 181 182 |
# File 'sig/types.rbs', line 180 def preload_data_config @preload_data_config end |
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
185 186 187 |
# File 'sig/types.rbs', line 185 def profile_configuration @profile_configuration end |
#sse_configuration ⇒ Types::SseConfiguration
Returns the value of attribute sse_configuration.
179 180 181 |
# File 'sig/types.rbs', line 179 def sse_configuration @sse_configuration end |