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.
983 984 985 |
# File 'sig/types.rbs', line 983 def error @error end |
#metadata_table_configuration_result ⇒ Types::MetadataTableConfigurationResult
Returns the value of attribute metadata_table_configuration_result.
981 982 983 |
# File 'sig/types.rbs', line 981 def @metadata_table_configuration_result end |
#status ⇒ ::String
Returns the value of attribute status.
982 983 984 |
# File 'sig/types.rbs', line 982 def status @status end |