Class: Aws::S3Tables::Types::GetTableReplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableReplicationResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::TableReplicationConfiguration
The replication configuration for the table, including the IAM role and replication rules.
-
#version_token ⇒ String
A version token that represents the current state of the table’s replication configuration.
Instance Attribute Details
#configuration ⇒ Types::TableReplicationConfiguration
The replication configuration for the table, including the IAM role and replication rules.
993 994 995 996 997 998 |
# File 'lib/aws-sdk-s3tables/types.rb', line 993 class GetTableReplicationResponse < Struct.new( :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |
#version_token ⇒ String
A version token that represents the current state of the table’s replication configuration. Use this token when updating the configuration to ensure consistency.
993 994 995 996 997 998 |
# File 'lib/aws-sdk-s3tables/types.rb', line 993 class GetTableReplicationResponse < Struct.new( :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |