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

Class: Aws::EventBridge::Types::StartReplayResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#replay_arnString

The ARN of the replay.

Returns:

  • (String)

    The ARN of the replay.

#replay_start_timeTime

The time at which the replay started.

Returns:

  • (Time)

    The time at which the replay started.

#stateString

The state of the replay.

Possible values:

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

Returns:

  • (String)

    The state of the replay.

#state_reasonString

The reason that the replay is in the state.

Returns:

  • (String)

    The reason that the replay is in the state.