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:



2225
2226
2227
2228
2229
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2225

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