Class: Aws::S3Tables::Types::GetTableMaintenanceJobStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableMaintenanceJobStatusRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the table containing the maintenance job status you want to check.
-
#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 table containing the maintenance job status you want to check.
798 799 800 801 802 803 804 |
# File 'lib/aws-sdk-s3tables/types.rb', line 798 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.
798 799 800 801 802 803 804 |
# File 'lib/aws-sdk-s3tables/types.rb', line 798 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.
798 799 800 801 802 803 804 |
# File 'lib/aws-sdk-s3tables/types.rb', line 798 class GetTableMaintenanceJobStatusRequest < Struct.new( :table_bucket_arn, :namespace, :name) SENSITIVE = [] include Aws::Structure end |