Class: Aws::S3Tables::Types::TableBucketReplicationRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::TableBucketReplicationRule
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Defines a rule for replicating tables from a source table bucket to one or more destination table buckets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::ReplicationDestination>
An array of destination table buckets where tables should be replicated.
Instance Attribute Details
#destinations ⇒ Array<Types::ReplicationDestination>
An array of destination table buckets where tables should be replicated.
2076 2077 2078 2079 2080 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2076 class TableBucketReplicationRule < Struct.new( :destinations) SENSITIVE = [] include Aws::Structure end |