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.
1888 1889 1890 1891 1892 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1888 class ReplicationDestination < Struct.new( :destination_table_bucket_arn) SENSITIVE = [] include Aws::Structure end |