Class: Aws::S3Tables::Types::DeleteTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::DeleteTableRequest
- 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 namespace associated with the table.
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket that contains the table.
-
#version_token ⇒ String
The version token of the table.
Instance Attribute Details
#name ⇒ String
The name of the table.
335 336 337 338 339 340 341 342 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 335 class DeleteTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :version_token) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace associated with the table.
335 336 337 338 339 340 341 342 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 335 class DeleteTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :version_token) SENSITIVE = [] include Aws::Structure end |
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket that contains the table.
335 336 337 338 339 340 341 342 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 335 class DeleteTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :version_token) SENSITIVE = [] include Aws::Structure end |
#version_token ⇒ String
The version token of the table.
335 336 337 338 339 340 341 342 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 335 class DeleteTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :version_token) SENSITIVE = [] include Aws::Structure end |