Class: Aws::S3Tables::Types::GetTableBucketReplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableBucketReplicationResponse
- 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 for the table bucket, including the IAM role and replication rules.
-
#version_token ⇒ String
A version token that represents the current state of the replication configuration.
Instance Attribute Details
#configuration ⇒ Types::TableBucketReplicationConfiguration
The replication configuration for the table bucket, including the IAM role and replication rules.
629 630 631 632 633 634 |
# File 'lib/aws-sdk-s3tables/types.rb', line 629 class GetTableBucketReplicationResponse < Struct.new( :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |
#version_token ⇒ String
A version token that represents the current state of the replication configuration. Use this token when updating the configuration to ensure consistency.
629 630 631 632 633 634 |
# File 'lib/aws-sdk-s3tables/types.rb', line 629 class GetTableBucketReplicationResponse < Struct.new( :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |