Class: Aws::Types::StartReplayResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartReplayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#replay_arn ⇒ ::String
Returns the value of attribute replay_arn.
-
#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
#replay_arn ⇒ ::String
Returns the value of attribute replay_arn.
989 990 991 |
# File 'sig/types.rbs', line 989 def replay_arn @replay_arn end |
#replay_start_time ⇒ ::Time
Returns the value of attribute replay_start_time.
992 993 994 |
# File 'sig/types.rbs', line 992 def replay_start_time @replay_start_time end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
990 991 992 |
# File 'sig/types.rbs', line 990 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
991 992 993 |
# File 'sig/types.rbs', line 991 def state_reason @state_reason end |