Module: Aws::EventBridge::Client::_StartReplayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartReplayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #replay_arn ⇒ ::String
- #replay_start_time ⇒ ::Time
- #state ⇒ "STARTING", ...
- #state_reason ⇒ ::String
Instance Method Details
#replay_arn ⇒ ::String
918 |
# File 'sig/client.rbs', line 918
def replay_arn: () -> ::String
|
#replay_start_time ⇒ ::Time
921 |
# File 'sig/client.rbs', line 921
def replay_start_time: () -> ::Time
|
#state ⇒ "STARTING", ...
919 |
# File 'sig/client.rbs', line 919
def state: () -> ("STARTING" | "RUNNING" | "CANCELLING" | "COMPLETED" | "CANCELLED" | "FAILED")
|
#state_reason ⇒ ::String
920 |
# File 'sig/client.rbs', line 920
def state_reason: () -> ::String
|