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)


1621
1622
1623
1624
1625
1626
1627
1628
1629
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1621

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)


1621
1622
1623
1624
1625
1626
1627
1628
1629
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1621

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>)


1621
1622
1623
1624
1625
1626
1627
1628
1629
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1621

class UpdateTableMetadataLocationResponse < Struct.new(
  :name,
  :table_arn,
  :namespace,
  :version_token,
  :metadata_location)
  SENSITIVE = []
  include Aws::Structure
end

#table_arnString

The Amazon Resource Name (ARN) of the table.

Returns:

  • (String)


1621
1622
1623
1624
1625
1626
1627
1628
1629
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1621

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)


1621
1622
1623
1624
1625
1626
1627
1628
1629
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1621

class UpdateTableMetadataLocationResponse < Struct.new(
  :name,
  :table_arn,
  :namespace,
  :version_token,
  :metadata_location)
  SENSITIVE = []
  include Aws::Structure
end