Class: Aws::S3Tables::Types::RenameTableRequest

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 current name of the table.



1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-s3tables/types.rb', line 1868

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

#namespaceString

The namespace associated with the table.



1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-s3tables/types.rb', line 1868

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

#new_nameString

The new name for the table.



1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-s3tables/types.rb', line 1868

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

#new_namespace_nameString

The new name for the namespace.



1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-s3tables/types.rb', line 1868

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

#table_bucket_arnString

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



1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-s3tables/types.rb', line 1868

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

#version_tokenString

The version token of the table.



1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
# File 'lib/aws-sdk-s3tables/types.rb', line 1868

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