Class: Aws::S3Tables::Types::GetTableReplicationResponse

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::TableReplicationConfiguration

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



993
994
995
996
997
998
# File 'lib/aws-sdk-s3tables/types.rb', line 993

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

#version_tokenString

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

Returns:

  • (String)


993
994
995
996
997
998
# File 'lib/aws-sdk-s3tables/types.rb', line 993

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