Class: Aws::S3Tables::Types::DeleteTableRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3tables/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the table.

Returns:

  • (String)


389
390
391
392
393
394
395
396
# File 'lib/aws-sdk-s3tables/types.rb', line 389

class DeleteTableRequest < Struct.new(
  :table_bucket_arn,
  :namespace,
  :name,
  :version_token)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace associated with the table.

Returns:

  • (String)


389
390
391
392
393
394
395
396
# File 'lib/aws-sdk-s3tables/types.rb', line 389

class DeleteTableRequest < Struct.new(
  :table_bucket_arn,
  :namespace,
  :name,
  :version_token)
  SENSITIVE = []
  include Aws::Structure
end

#table_bucket_arnString

The Amazon Resource Name (ARN) of the table bucket that contains the table.

Returns:

  • (String)


389
390
391
392
393
394
395
396
# File 'lib/aws-sdk-s3tables/types.rb', line 389

class DeleteTableRequest < Struct.new(
  :table_bucket_arn,
  :namespace,
  :name,
  :version_token)
  SENSITIVE = []
  include Aws::Structure
end

#version_tokenString

The version token of the table.

Returns:

  • (String)


389
390
391
392
393
394
395
396
# File 'lib/aws-sdk-s3tables/types.rb', line 389

class DeleteTableRequest < Struct.new(
  :table_bucket_arn,
  :namespace,
  :name,
  :version_token)
  SENSITIVE = []
  include Aws::Structure
end