Module: Aws::EventBridge::Client::_DescribeReplayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeReplayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #destination ⇒ Types::ReplayDestination
- #event_end_time ⇒ ::Time
- #event_last_replayed_time ⇒ ::Time
- #event_source_arn ⇒ ::String
- #event_start_time ⇒ ::Time
- #replay_arn ⇒ ::String
- #replay_end_time ⇒ ::Time
- #replay_name ⇒ ::String
- #replay_start_time ⇒ ::Time
- #state ⇒ "STARTING", ...
- #state_reason ⇒ ::String
Instance Method Details
#description ⇒ ::String
465 |
# File 'sig/client.rbs', line 465 def description: () -> ::String |
#destination ⇒ Types::ReplayDestination
469 |
# File 'sig/client.rbs', line 469 def destination: () -> Types::ReplayDestination |
#event_end_time ⇒ ::Time
471 |
# File 'sig/client.rbs', line 471 def event_end_time: () -> ::Time |
#event_last_replayed_time ⇒ ::Time
472 |
# File 'sig/client.rbs', line 472 def event_last_replayed_time: () -> ::Time |
#event_source_arn ⇒ ::String
468 |
# File 'sig/client.rbs', line 468 def event_source_arn: () -> ::String |
#event_start_time ⇒ ::Time
470 |
# File 'sig/client.rbs', line 470 def event_start_time: () -> ::Time |
#replay_arn ⇒ ::String
464 |
# File 'sig/client.rbs', line 464 def replay_arn: () -> ::String |
#replay_end_time ⇒ ::Time
474 |
# File 'sig/client.rbs', line 474 def replay_end_time: () -> ::Time |
#replay_name ⇒ ::String
463 |
# File 'sig/client.rbs', line 463 def replay_name: () -> ::String |
#replay_start_time ⇒ ::Time
473 |
# File 'sig/client.rbs', line 473 def replay_start_time: () -> ::Time |
#state ⇒ "STARTING", ...
466 |
# File 'sig/client.rbs', line 466 def state: () -> ("STARTING" | "RUNNING" | "CANCELLING" | "COMPLETED" | "CANCELLED" | "FAILED") |
#state_reason ⇒ ::String
467 |
# File 'sig/client.rbs', line 467 def state_reason: () -> ::String |