Class: Aws::Types::DescribeReplayResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination ⇒ Types::ReplayDestination
Returns the value of attribute destination.
-
#event_end_time ⇒ ::Time
Returns the value of attribute event_end_time.
-
#event_last_replayed_time ⇒ ::Time
Returns the value of attribute event_last_replayed_time.
-
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
-
#event_start_time ⇒ ::Time
Returns the value of attribute event_start_time.
-
#replay_arn ⇒ ::String
Returns the value of attribute replay_arn.
-
#replay_end_time ⇒ ::Time
Returns the value of attribute replay_end_time.
-
#replay_name ⇒ ::String
Returns the value of attribute replay_name.
-
#replay_start_time ⇒ ::Time
Returns the value of attribute replay_start_time.
-
#state ⇒ "STARTING", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
451 452 453 |
# File 'sig/types.rbs', line 451 def description @description end |
#destination ⇒ Types::ReplayDestination
Returns the value of attribute destination.
455 456 457 |
# File 'sig/types.rbs', line 455 def destination @destination end |
#event_end_time ⇒ ::Time
Returns the value of attribute event_end_time.
457 458 459 |
# File 'sig/types.rbs', line 457 def event_end_time @event_end_time end |
#event_last_replayed_time ⇒ ::Time
Returns the value of attribute event_last_replayed_time.
458 459 460 |
# File 'sig/types.rbs', line 458 def event_last_replayed_time @event_last_replayed_time end |
#event_source_arn ⇒ ::String
Returns the value of attribute event_source_arn.
454 455 456 |
# File 'sig/types.rbs', line 454 def event_source_arn @event_source_arn end |
#event_start_time ⇒ ::Time
Returns the value of attribute event_start_time.
456 457 458 |
# File 'sig/types.rbs', line 456 def event_start_time @event_start_time end |
#replay_arn ⇒ ::String
Returns the value of attribute replay_arn.
450 451 452 |
# File 'sig/types.rbs', line 450 def replay_arn @replay_arn end |
#replay_end_time ⇒ ::Time
Returns the value of attribute replay_end_time.
460 461 462 |
# File 'sig/types.rbs', line 460 def replay_end_time @replay_end_time end |
#replay_name ⇒ ::String
Returns the value of attribute replay_name.
449 450 451 |
# File 'sig/types.rbs', line 449 def replay_name @replay_name end |
#replay_start_time ⇒ ::Time
Returns the value of attribute replay_start_time.
459 460 461 |
# File 'sig/types.rbs', line 459 def replay_start_time @replay_start_time end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
452 453 454 |
# File 'sig/types.rbs', line 452 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
453 454 455 |
# File 'sig/types.rbs', line 453 def state_reason @state_reason end |