Class: Aws::S3Tables::Types::LastSuccessfulReplicatedUpdate

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

Instance Attribute Details

#metadata_locationString

The S3 location of the metadata that was successfully replicated.

Returns:

  • (String)


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

#timestampTime

The timestamp when the replication update completed successfully.

Returns:

  • (Time)


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