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

Class: Aws::EventBridge::Types::Replay

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

Overview

A Replay object that contains details about a replay.

Instance Attribute Summary collapse

Instance Attribute Details

#event_end_timeTime

A time stamp for the time to start replaying events. Any event with a creation time prior to the EventEndTime specified is replayed.

Returns:

  • (Time)

    A time stamp for the time to start replaying events.

#event_last_replayed_timeTime

A time stamp for the time that the last event was replayed.

Returns:

  • (Time)

    A time stamp for the time that the last event was replayed.

#event_source_arnString

The ARN of the archive to replay event from.

Returns:

  • (String)

    The ARN of the archive to replay event from.

#event_start_timeTime

A time stamp for the time to start replaying events. This is determined by the time in the event as described in Time.

Returns:

  • (Time)

    A time stamp for the time to start replaying events.

#replay_end_timeTime

A time stamp for the time that the replay completed.

Returns:

  • (Time)

    A time stamp for the time that the replay completed.

#replay_nameString

The name of the replay.

Returns:

  • (String)

    The name of the replay.

#replay_start_timeTime

A time stamp for the time that the replay started.

Returns:

  • (Time)

    A time stamp for the time that the replay started.

#stateString

The current state of the replay.

Possible values:

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

Returns:

  • (String)

    The current state of the replay.

#state_reasonString

A description of why the replay is in the current state.

Returns:

  • (String)

    A description of why the replay is in the current state.