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.
2465 2466 2467 2468 2469 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2465 class TableReplicationRule < Struct.new( :destinations) SENSITIVE = [] include Aws::Structure end |