Class: Aws::S3Tables::Types::PutTableBucketReplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::PutTableBucketReplicationResponse
- 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.
1694 1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1694 class PutTableBucketReplicationResponse < Struct.new( :version_token, :status) SENSITIVE = [] include Aws::Structure end |
#version_token ⇒ String
A new version token representing the updated replication configuration.
1694 1695 1696 1697 1698 1699 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1694 class PutTableBucketReplicationResponse < Struct.new( :version_token, :status) SENSITIVE = [] include Aws::Structure end |