Module: Aws::CloudWatchEvents::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
806 |
# File 'sig/client.rbs', line 806
def replay_arn: () -> ::String
|
#replay_start_time ⇒ ::Time
809 |
# File 'sig/client.rbs', line 809
def replay_start_time: () -> ::Time
|
#state ⇒ "STARTING", ...
807 |
# File 'sig/client.rbs', line 807
def state: () -> ("STARTING" | "RUNNING" | "CANCELLING" | "COMPLETED" | "CANCELLED" | "FAILED")
|
#state_reason ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def state_reason: () -> ::String
|