Class: Aws::S3Tables::Types::ReplicationDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ReplicationDestination
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Specifies a destination table bucket for replication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the destination table bucket where tables will be replicated.
Instance Attribute Details
#destination_table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the destination table bucket where tables will be replicated.
2029 2030 2031 2032 2033 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2029 class ReplicationDestination < Struct.new( :destination_table_bucket_arn) SENSITIVE = [] include Aws::Structure end |