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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3tables/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.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2061

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.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2061

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.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2061

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.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2061

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.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2061

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.

Returns:

  • (String)


2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2061

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