Class: Aws::Types::GetBucketMetadataTableConfigurationResult
- Inherits:
-
Object
- Object
- Aws::Types::GetBucketMetadataTableConfigurationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
-
#metadata_table_configuration_result ⇒ Types::MetadataTableConfigurationResult
Returns the value of attribute metadata_table_configuration_result.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ Types::ErrorDetails
Returns the value of attribute error.
970 971 972 |
# File 'sig/types.rbs', line 970 def error @error end |
#metadata_table_configuration_result ⇒ Types::MetadataTableConfigurationResult
Returns the value of attribute metadata_table_configuration_result.
968 969 970 |
# File 'sig/types.rbs', line 968 def @metadata_table_configuration_result end |
#status ⇒ ::String
Returns the value of attribute status.
969 970 971 |
# File 'sig/types.rbs', line 969 def status @status end |