Class: Aws::S3Tables::Types::PutTableBucketReplicationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the replication configuration operation.

Returns:

  • (String)


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_tokenString

A new version token representing the updated replication configuration.

Returns:

  • (String)


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