Class: Aws::S3Tables::Types::TableReplicationRule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destinationsArray<Types::ReplicationDestination>

An array of destination table buckets where this table should be replicated.

Returns:



2566
2567
2568
2569
2570
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2566

class TableReplicationRule < Struct.new(
  :destinations)
  SENSITIVE = []
  include Aws::Structure
end