Class: Aws::S3Tables::Types::GetTableBucketReplicationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configurationTypes::TableBucketReplicationConfiguration

The replication configuration for the table bucket, including the IAM role and replication rules.



629
630
631
632
633
634
# File 'lib/aws-sdk-s3tables/types.rb', line 629

class GetTableBucketReplicationResponse < Struct.new(
  :version_token,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end

#version_tokenString

A version token that represents the current state of the replication configuration. Use this token when updating the configuration to ensure consistency.

Returns:

  • (String)


629
630
631
632
633
634
# File 'lib/aws-sdk-s3tables/types.rb', line 629

class GetTableBucketReplicationResponse < Struct.new(
  :version_token,
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end