Class: Aws::S3Tables::Types::GetTableMetadataLocationResponse

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.

Returns:

  • (String)


517
518
519
520
521
522
523
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 517

class GetTableMetadataLocationResponse < Struct.new(
  :version_token,
  :metadata_location,
  :warehouse_location)
  SENSITIVE = []
  include Aws::Structure
end

#version_tokenString

The version token.

Returns:

  • (String)


517
518
519
520
521
522
523
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 517

class GetTableMetadataLocationResponse < Struct.new(
  :version_token,
  :metadata_location,
  :warehouse_location)
  SENSITIVE = []
  include Aws::Structure
end

#warehouse_locationString

The warehouse location.

Returns:

  • (String)


517
518
519
520
521
522
523
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 517

class GetTableMetadataLocationResponse < Struct.new(
  :version_token,
  :metadata_location,
  :warehouse_location)
  SENSITIVE = []
  include Aws::Structure
end