Class: Aws::S3Tables::Types::PutTableReplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::PutTableReplicationResponse
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the replication configuration operation.
-
#version_token ⇒ String
A new version token representing the updated replication configuration.
Instance Attribute Details
#status ⇒ String
The status of the replication configuration operation.
1835 1836 1837 1838 1839 1840 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1835 class PutTableReplicationResponse < Struct.new( :version_token, :status) SENSITIVE = [] include Aws::Structure end |
#version_token ⇒ String
A new version token representing the updated replication configuration.
1835 1836 1837 1838 1839 1840 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1835 class PutTableReplicationResponse < Struct.new( :version_token, :status) SENSITIVE = [] include Aws::Structure end |