Class: Aws::S3Tables::Types::TableBucketReplicationRule

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

Instance Attribute Details

#destinationsArray<Types::ReplicationDestination>

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

Returns:



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