Class: Aws::S3Tables::Types::ReplicationDestinationStatusModel

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_table_arnString

The Amazon Resource Name (ARN) of the destination table.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the destination table bucket.

Returns:

  • (String)


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_messageString

If replication has failed, this field contains an error message describing the failure reason.

Returns:

  • (String)


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_updateTypes::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_statusString

The current status of replication to this destination.

Returns:

  • (String)


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