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)


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

#timestampTime

The timestamp when the replication update completed successfully.

Returns:

  • (Time)


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