Class: Aws::S3Tables::Types::UpdateTableMetadataLocationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::UpdateTableMetadataLocationResponse
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_location ⇒ String
The metadata location of the table.
-
#name ⇒ String
The name of the table.
-
#namespace ⇒ Array<String>
The namespace the table is associated with.
-
#table_arn ⇒ String
The Amazon Resource Number (ARN) of the table.
-
#version_token ⇒ String
The version token of the table.
Instance Attribute Details
#metadata_location ⇒ String
The metadata location of the table.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1312 class UpdateTableMetadataLocationResponse < Struct.new( :name, :table_arn, :namespace, :version_token, :metadata_location) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the table.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1312 class UpdateTableMetadataLocationResponse < Struct.new( :name, :table_arn, :namespace, :version_token, :metadata_location) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ Array<String>
The namespace the table is associated with.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1312 class UpdateTableMetadataLocationResponse < Struct.new( :name, :table_arn, :namespace, :version_token, :metadata_location) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The Amazon Resource Number (ARN) of the table.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1312 class UpdateTableMetadataLocationResponse < Struct.new( :name, :table_arn, :namespace, :version_token, :metadata_location) SENSITIVE = [] include Aws::Structure end |
#version_token ⇒ String
The version token of the table.
1312 1313 1314 1315 1316 1317 1318 1319 1320 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1312 class UpdateTableMetadataLocationResponse < Struct.new( :name, :table_arn, :namespace, :version_token, :metadata_location) SENSITIVE = [] include Aws::Structure end |