You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EventBridge::Types::DescribeReplayResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The description of the replay.

Returns:

  • (String) —

    The description of the replay.

#destination ⇒ Types::ReplayDestination

A ReplayDestination object that contains details about the replay.

Returns:

#event_end_time ⇒ Time

The time stamp for the last event that was replayed from the archive.

Returns:

  • (Time) —

    The time stamp for the last event that was replayed from the archive.

#event_last_replayed_time ⇒ Time

The time that the event was last replayed.

Returns:

  • (Time) —

    The time that the event was last replayed.

#event_source_arn ⇒ String

The ARN of the archive events were replayed from.

Returns:

  • (String) —

    The ARN of the archive events were replayed from.

#event_start_time ⇒ Time

The time stamp of the first event that was last replayed from the archive.

Returns:

  • (Time) —

    The time stamp of the first event that was last replayed from the archive.

#replay_arn ⇒ String

The ARN of the replay.

Returns:

  • (String) —

    The ARN of the replay.

#replay_end_time ⇒ Time

A time stamp for the time that the replay stopped.

Returns:

  • (Time) —

    A time stamp for the time that the replay stopped.

#replay_name ⇒ String

The name of the replay.

Returns:

  • (String) —

    The name of the replay.

#replay_start_time ⇒ Time

A time stamp for the time that the replay started.

Returns:

  • (Time) —

    A time stamp for the time that the replay started.

#state ⇒ String

The current state of the replay.

Possible values:

  • STARTING
  • RUNNING
  • CANCELLING
  • COMPLETED
  • CANCELLED
  • FAILED

Returns:

  • (String) —

    The current state of the replay.

#state_reason ⇒ String

The reason that the replay is in the current state.

Returns:

  • (String) —

    The reason that the replay is in the current state.