Module: Aws::S3Tables::Client::_GetTableMaintenanceJobStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTableMaintenanceJobStatusResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #status ⇒ ::Hash[("icebergCompaction" | "icebergSnapshotManagement" | "icebergUnreferencedFileRemoval"), Types::TableMaintenanceJobStatusValue]
- #table_arn ⇒ ::String
Instance Method Details
#status ⇒ ::Hash[("icebergCompaction" | "icebergSnapshotManagement" | "icebergUnreferencedFileRemoval"), Types::TableMaintenanceJobStatusValue]
398 |
# File 'sig/client.rbs', line 398
def status: () -> ::Hash[("icebergCompaction" | "icebergSnapshotManagement" | "icebergUnreferencedFileRemoval"), Types::TableMaintenanceJobStatusValue]
|
#table_arn ⇒ ::String
397 |
# File 'sig/client.rbs', line 397
def table_arn: () -> ::String
|