Class: Aws::S3Tables::Types::LastSuccessfulReplicatedUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::LastSuccessfulReplicatedUpdate
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Contains information about the most recent successful replication update to a destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata_location ⇒ String
The S3 location of the metadata that was successfully replicated.
-
#timestamp ⇒ Time
The timestamp when the replication update completed successfully.
Instance Attribute Details
#metadata_location ⇒ String
The S3 location of the metadata that was successfully replicated.
1504 1505 1506 1507 1508 1509 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1504 class LastSuccessfulReplicatedUpdate < Struct.new( :metadata_location, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp when the replication update completed successfully.
1504 1505 1506 1507 1508 1509 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1504 class LastSuccessfulReplicatedUpdate < Struct.new( :metadata_location, :timestamp) SENSITIVE = [] include Aws::Structure end |