Class: Aws::S3Tables::Types::PutTableBucketReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::PutTableBucketReplicationRequest
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::TableBucketReplicationConfiguration
The replication configuration to apply, including the IAM role and replication rules.
-
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the source table bucket.
-
#version_token ⇒ String
A version token from a previous GetTableBucketReplication call.
Instance Attribute Details
#configuration ⇒ Types::TableBucketReplicationConfiguration
The replication configuration to apply, including the IAM role and replication rules.
1816 1817 1818 1819 1820 1821 1822 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1816 class PutTableBucketReplicationRequest < Struct.new( :table_bucket_arn, :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |
#table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the source table bucket.
1816 1817 1818 1819 1820 1821 1822 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1816 class PutTableBucketReplicationRequest < Struct.new( :table_bucket_arn, :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |
#version_token ⇒ String
A version token from a previous GetTableBucketReplication call. Use this token to ensure you're updating the expected version of the configuration.
1816 1817 1818 1819 1820 1821 1822 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1816 class PutTableBucketReplicationRequest < Struct.new( :table_bucket_arn, :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |