Class: Aws::S3Tables::Types::GetTableMaintenanceJobStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableMaintenanceJobStatusResponse
- Defined in:
- gems/aws-sdk-s3tables/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.
474 475 476 477 478 479 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 474 class GetTableMaintenanceJobStatusResponse < Struct.new( :table_arn, :status) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
474 475 476 477 478 479 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 474 class GetTableMaintenanceJobStatusResponse < Struct.new( :table_arn, :status) SENSITIVE = [] include Aws::Structure end |