Class: Aws::S3Tables::Types::GetTableMaintenanceJobStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableMaintenanceJobStatusRequest
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the maintenance job.
-
#namespace ⇒ String
The name of the namespace the table is associated with.
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
Instance Attribute Details
#name ⇒ String
The name of the maintenance job.
609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 609 class GetTableMaintenanceJobStatusRequest < Struct.new( :table_bucket_arn, :namespace, :name) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The name of the namespace the table is associated with.
609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 609 class GetTableMaintenanceJobStatusRequest < Struct.new( :table_bucket_arn, :namespace, :name) SENSITIVE = [] include Aws::Structure end |
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 609 class GetTableMaintenanceJobStatusRequest < Struct.new( :table_bucket_arn, :namespace, :name) SENSITIVE = [] include Aws::Structure end |