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)


2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2763

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)


2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2763

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


2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2763

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)


2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2763

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)


2763
2764
2765
2766
2767
2768
2769
2770
2771
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2763

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