Class: Aws::S3Tables::Types::GetTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableRequest
- 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 table.
-
#namespace ⇒ String
The name of the namespace the table is associated with.
-
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket associated with the table.
Instance Attribute Details
#name ⇒ String
The name of the table.
727 728 729 730 731 732 733 734 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 727 class GetTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :table_arn) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The name of the namespace the table is associated with.
727 728 729 730 731 732 733 734 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 727 class GetTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :table_arn) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table.
727 728 729 730 731 732 733 734 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 727 class GetTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :table_arn) SENSITIVE = [] include Aws::Structure end |
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket associated with the table.
727 728 729 730 731 732 733 734 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 727 class GetTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :table_arn) SENSITIVE = [] include Aws::Structure end |