Class: Aws::S3Tables::Types::GetTableReplicationStatusResponse

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

#destinationsArray<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_arnString

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