Module: Aws::S3Tables::Client::_GetTableMaintenanceConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTableMaintenanceConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #configuration ⇒ ::Hash[("icebergCompaction" | "icebergSnapshotManagement"), Types::TableMaintenanceConfigurationValue]
- #table_arn ⇒ ::String
Instance Method Details
#configuration ⇒ ::Hash[("icebergCompaction" | "icebergSnapshotManagement"), Types::TableMaintenanceConfigurationValue]
385 |
# File 'sig/client.rbs', line 385
def configuration: () -> ::Hash[("icebergCompaction" | "icebergSnapshotManagement"), Types::TableMaintenanceConfigurationValue]
|
#table_arn ⇒ ::String
384 |
# File 'sig/client.rbs', line 384
def table_arn: () -> ::String
|