Class: Aws::S3Tables::Types::RenameTableRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::RenameTableRequest
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The current name of the table.
-
#namespace ⇒ String
The namespace associated with the table.
-
#new_name ⇒ String
The new name for the table.
-
#new_namespace_name ⇒ String
The new name for the namespace.
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
-
#version_token ⇒ String
The version token of the table.
Instance Attribute Details
#name ⇒ String
The current name of the table.
1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1271 class RenameTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :new_namespace_name, :new_name, :version_token) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The namespace associated with the table.
1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1271 class RenameTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :new_namespace_name, :new_name, :version_token) SENSITIVE = [] include Aws::Structure end |
#new_name ⇒ String
The new name for the table.
1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1271 class RenameTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :new_namespace_name, :new_name, :version_token) SENSITIVE = [] include Aws::Structure end |
#new_namespace_name ⇒ String
The new name for the namespace.
1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1271 class RenameTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :new_namespace_name, :new_name, :version_token) SENSITIVE = [] include Aws::Structure end |
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket.
1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1271 class RenameTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :new_namespace_name, :new_name, :version_token) SENSITIVE = [] include Aws::Structure end |
#version_token ⇒ String
The version token of the table.
1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1271 class RenameTableRequest < Struct.new( :table_bucket_arn, :namespace, :name, :new_namespace_name, :new_name, :version_token) SENSITIVE = [] include Aws::Structure end |