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:



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