Class: Aws::S3Tables::Types::PutTableBucketReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::PutTableBucketReplicationRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
1675 1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1675 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.
1675 1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1675 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.
1675 1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1675 class PutTableBucketReplicationRequest < Struct.new( :table_bucket_arn, :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |