Class: Aws::S3Tables::Types::GetTableMaintenanceJobStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableMaintenanceJobStatusResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Hash<String,Types::TableMaintenanceJobStatusValue>
The status of the maintenance job.
-
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
Instance Attribute Details
#status ⇒ Hash<String,Types::TableMaintenanceJobStatusValue>
The status of the maintenance job.
816 817 818 819 820 821 |
# File 'lib/aws-sdk-s3tables/types.rb', line 816 class GetTableMaintenanceJobStatusResponse < Struct.new( :table_arn, :status) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
816 817 818 819 820 821 |
# File 'lib/aws-sdk-s3tables/types.rb', line 816 class GetTableMaintenanceJobStatusResponse < Struct.new( :table_arn, :status) SENSITIVE = [] include Aws::Structure end |