Class: Aws::S3Tables::Types::ReplicationInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ReplicationInformation
- 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
-
#source_table_arn ⇒ String
The Amazon Resource Name (ARN) of the source table from which this table is replicated.
Instance Attribute Details
#source_table_arn ⇒ String
The Amazon Resource Name (ARN) of the source table from which this table is replicated.
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 |