Class: Aws::S3Tables::Types::ReplicationDestinationStatusModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::ReplicationDestinationStatusModel
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Contains status information for a replication destination, including the current replication state, last successful update, and any error messages.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_table_arn ⇒ String
The Amazon Resource Name (ARN) of the destination table.
-
#destination_table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the destination table bucket.
-
#failure_message ⇒ String
If replication has failed, this field contains an error message describing the failure reason.
-
#last_successful_replicated_update ⇒ Types::LastSuccessfulReplicatedUpdate
Information about the most recent successful replication update to this destination.
-
#replication_status ⇒ String
The current status of replication to this destination.
Instance Attribute Details
#destination_table_arn ⇒ String
The Amazon Resource Name (ARN) of the destination table.
1922 1923 1924 1925 1926 1927 1928 1929 1930 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1922 class ReplicationDestinationStatusModel < Struct.new( :replication_status, :destination_table_bucket_arn, :destination_table_arn, :last_successful_replicated_update, :failure_message) SENSITIVE = [] include Aws::Structure end |
#destination_table_bucket_arn ⇒ String
The Amazon Resource Name (ARN) of the destination table bucket.
1922 1923 1924 1925 1926 1927 1928 1929 1930 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1922 class ReplicationDestinationStatusModel < Struct.new( :replication_status, :destination_table_bucket_arn, :destination_table_arn, :last_successful_replicated_update, :failure_message) SENSITIVE = [] include Aws::Structure end |
#failure_message ⇒ String
If replication has failed, this field contains an error message describing the failure reason.
1922 1923 1924 1925 1926 1927 1928 1929 1930 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1922 class ReplicationDestinationStatusModel < Struct.new( :replication_status, :destination_table_bucket_arn, :destination_table_arn, :last_successful_replicated_update, :failure_message) SENSITIVE = [] include Aws::Structure end |
#last_successful_replicated_update ⇒ Types::LastSuccessfulReplicatedUpdate
Information about the most recent successful replication update to this destination.
1922 1923 1924 1925 1926 1927 1928 1929 1930 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1922 class ReplicationDestinationStatusModel < Struct.new( :replication_status, :destination_table_bucket_arn, :destination_table_arn, :last_successful_replicated_update, :failure_message) SENSITIVE = [] include Aws::Structure end |
#replication_status ⇒ String
The current status of replication to this destination.
1922 1923 1924 1925 1926 1927 1928 1929 1930 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1922 class ReplicationDestinationStatusModel < Struct.new( :replication_status, :destination_table_bucket_arn, :destination_table_arn, :last_successful_replicated_update, :failure_message) SENSITIVE = [] include Aws::Structure end |