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.
-
#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.
161 162 163 |
# File 'sig/types.rbs', line 161 def analytics_configuration @analytics_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
153 154 155 |
# File 'sig/types.rbs', line 153 def created_at @created_at end |
#datastore_arn ⇒ ::String
Returns the value of attribute datastore_arn.
150 151 152 |
# File 'sig/types.rbs', line 150 def datastore_arn @datastore_arn end |
#datastore_endpoint ⇒ ::String
Returns the value of attribute datastore_endpoint.
155 156 157 |
# File 'sig/types.rbs', line 155 def datastore_endpoint @datastore_endpoint end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
149 150 151 |
# File 'sig/types.rbs', line 149 def datastore_id @datastore_id end |
#datastore_name ⇒ ::String
Returns the value of attribute datastore_name.
151 152 153 |
# File 'sig/types.rbs', line 151 def datastore_name @datastore_name end |
#datastore_status ⇒ "CREATING", ...
Returns the value of attribute datastore_status.
152 153 154 |
# File 'sig/types.rbs', line 152 def datastore_status @datastore_status end |
#datastore_type_version ⇒ "R4"
Returns the value of attribute datastore_type_version.
154 155 156 |
# File 'sig/types.rbs', line 154 def datastore_type_version @datastore_type_version end |
#error_cause ⇒ Types::ErrorCause
Returns the value of attribute error_cause.
159 160 161 |
# File 'sig/types.rbs', line 159 def error_cause @error_cause end |
#identity_provider_configuration ⇒ Types::IdentityProviderConfiguration
Returns the value of attribute identity_provider_configuration.
158 159 160 |
# File 'sig/types.rbs', line 158 def identity_provider_configuration @identity_provider_configuration end |
#nlp_configuration ⇒ Types::NlpConfiguration
Returns the value of attribute nlp_configuration.
160 161 162 |
# File 'sig/types.rbs', line 160 def nlp_configuration @nlp_configuration end |
#preload_data_config ⇒ Types::PreloadDataConfig
Returns the value of attribute preload_data_config.
157 158 159 |
# File 'sig/types.rbs', line 157 def preload_data_config @preload_data_config end |
#profile_configuration ⇒ Types::ProfileConfiguration
Returns the value of attribute profile_configuration.
162 163 164 |
# File 'sig/types.rbs', line 162 def profile_configuration @profile_configuration end |
#sse_configuration ⇒ Types::SseConfiguration
Returns the value of attribute sse_configuration.
156 157 158 |
# File 'sig/types.rbs', line 156 def sse_configuration @sse_configuration end |