Class: Aws::S3::Types::DestinationResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

The destination information for the S3 Metadata configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_bucket_arnString

The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
# File 'lib/aws-sdk-s3/types.rb', line 5169

class DestinationResult < Struct.new(
  :table_bucket_type,
  :table_bucket_arn,
  :table_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#table_bucket_typeString

The type of the table bucket where the metadata configuration is stored. The ‘aws` value indicates an Amazon Web Services managed table bucket, and the `customer` value indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
# File 'lib/aws-sdk-s3/types.rb', line 5169

class DestinationResult < Struct.new(
  :table_bucket_type,
  :table_bucket_arn,
  :table_namespace)
  SENSITIVE = []
  include Aws::Structure
end

#table_namespaceString

The namespace in the table bucket where the metadata tables for a metadata configuration are stored.

Returns:

  • (String)


5169
5170
5171
5172
5173
5174
5175
# File 'lib/aws-sdk-s3/types.rb', line 5169

class DestinationResult < Struct.new(
  :table_bucket_type,
  :table_bucket_arn,
  :table_namespace)
  SENSITIVE = []
  include Aws::Structure
end