Class: Aws::S3::Types::DestinationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::DestinationResult
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
The destination information for the S3 Metadata configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.
-
#table_bucket_type ⇒ String
The type of the table bucket where the metadata configuration is stored.
-
#table_namespace ⇒ String
The namespace in the table bucket where the metadata tables for a metadata configuration are stored.
Instance Attribute Details
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.
5169 5170 5171 5172 5173 5174 5175 |
# File 'gems/aws-sdk-s3/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_type ⇒ String
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.
5169 5170 5171 5172 5173 5174 5175 |
# File 'gems/aws-sdk-s3/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_namespace ⇒ String
The namespace in the table bucket where the metadata tables for a metadata configuration are stored.
5169 5170 5171 5172 5173 5174 5175 |
# File 'gems/aws-sdk-s3/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 |