Class: Aws::S3Tables::Types::PutTableReplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::PutTableReplicationRequest
- 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 to apply to the table, including the IAM role and replication rules.
-
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the source table.
-
#version_token ⇒ String
A version token from a previous GetTableReplication call.
Instance Attribute Details
#configuration ⇒ Types::TableReplicationConfiguration
The replication configuration to apply to the table, including the IAM role and replication rules.
1816 1817 1818 1819 1820 1821 1822 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1816 class PutTableReplicationRequest < Struct.new( :table_arn, :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the source table.
1816 1817 1818 1819 1820 1821 1822 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1816 class PutTableReplicationRequest < Struct.new( :table_arn, :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |
#version_token ⇒ String
A version token from a previous GetTableReplication call. Use this token to ensure you’re updating the expected version of the configuration.
1816 1817 1818 1819 1820 1821 1822 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1816 class PutTableReplicationRequest < Struct.new( :table_arn, :version_token, :configuration) SENSITIVE = [] include Aws::Structure end |