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