Module: Aws::CloudWatchEvents::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
372 |
# File 'sig/client.rbs', line 372
def description: () -> ::String
|
#destination ⇒ Types::ReplayDestination
376 |
# File 'sig/client.rbs', line 376
def destination: () -> Types::ReplayDestination
|
#event_end_time ⇒ ::Time
378 |
# File 'sig/client.rbs', line 378
def event_end_time: () -> ::Time
|
#event_last_replayed_time ⇒ ::Time
379 |
# File 'sig/client.rbs', line 379
def event_last_replayed_time: () -> ::Time
|
#event_source_arn ⇒ ::String
375 |
# File 'sig/client.rbs', line 375
def event_source_arn: () -> ::String
|
#event_start_time ⇒ ::Time
377 |
# File 'sig/client.rbs', line 377
def event_start_time: () -> ::Time
|
#replay_arn ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def replay_arn: () -> ::String
|
#replay_end_time ⇒ ::Time
381 |
# File 'sig/client.rbs', line 381
def replay_end_time: () -> ::Time
|
#replay_name ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def replay_name: () -> ::String
|
#replay_start_time ⇒ ::Time
380 |
# File 'sig/client.rbs', line 380
def replay_start_time: () -> ::Time
|
#state ⇒ "STARTING", ...
373 |
# File 'sig/client.rbs', line 373
def state: () -> ("STARTING" | "RUNNING" | "CANCELLING" | "COMPLETED" | "CANCELLED" | "FAILED")
|
#state_reason ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def state_reason: () -> ::String
|