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.
1452 1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1452 class LastSuccessfulReplicatedUpdate < Struct.new( :metadata_location, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp when the replication update completed successfully.
1452 1453 1454 1455 1456 1457 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1452 class LastSuccessfulReplicatedUpdate < Struct.new( :metadata_location, :timestamp) SENSITIVE = [] include Aws::Structure end |