Class: Aws::S3Tables::Types::GetTableReplicationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableReplicationStatusResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::ReplicationDestinationStatusModel>
An array of status information for each replication destination, including the current state, last successful update, and any error messages.
-
#source_table_arn ⇒ String
The Amazon Resource Name (ARN) of the source table being replicated.
Instance Attribute Details
#destinations ⇒ Array<Types::ReplicationDestinationStatusModel>
An array of status information for each replication destination, including the current state, last successful update, and any error messages.
1024 1025 1026 1027 1028 1029 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1024 class GetTableReplicationStatusResponse < Struct.new( :source_table_arn, :destinations) SENSITIVE = [] include Aws::Structure end |
#source_table_arn ⇒ String
The Amazon Resource Name (ARN) of the source table being replicated.
1024 1025 1026 1027 1028 1029 |
# File 'lib/aws-sdk-s3tables/types.rb', line 1024 class GetTableReplicationStatusResponse < Struct.new( :source_table_arn, :destinations) SENSITIVE = [] include Aws::Structure end |