Class: Aws::S3Tables::Types::UpdateTableMetadataLocationResponse

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

#metadata_locationString

The metadata location of the table.

Returns:

  • (String)


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

#nameString

The name of the table.

Returns:

  • (String)


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

#namespaceArray<String>

The namespace the table is associated with.

Returns:

  • (Array<String>)


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_arnString

The Amazon Resource Number (ARN) of the table.

Returns:

  • (String)


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_tokenString

The version token of the table.

Returns:

  • (String)


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