Class: Aws::S3Tables::Types::ReplicationInformation

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

Overview

Contains information about the source of a replicated table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_table_arnString

The Amazon Resource Name (ARN) of the source table from which this table is replicated.

Returns:

  • (String)


1941
1942
1943
1944
1945
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1941

class ReplicationInformation < Struct.new(
  :source_table_arn)
  SENSITIVE = []
  include Aws::Structure
end