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