Class: Aws::Types::WaitAndContinueSpecification
- Inherits:
-
Object
- Object
- Aws::Types::WaitAndContinueSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#continue_response ⇒ Types::ResponseSpecification
Returns the value of attribute continue_response.
-
#still_waiting_response ⇒ Types::StillWaitingResponseSpecification
Returns the value of attribute still_waiting_response.
-
#waiting_response ⇒ Types::ResponseSpecification
Returns the value of attribute waiting_response.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
3905 3906 3907 |
# File 'sig/types.rbs', line 3905 def active @active end |
#continue_response ⇒ Types::ResponseSpecification
Returns the value of attribute continue_response.
3903 3904 3905 |
# File 'sig/types.rbs', line 3903 def continue_response @continue_response end |
#still_waiting_response ⇒ Types::StillWaitingResponseSpecification
Returns the value of attribute still_waiting_response.
3904 3905 3906 |
# File 'sig/types.rbs', line 3904 def still_waiting_response @still_waiting_response end |
#waiting_response ⇒ Types::ResponseSpecification
Returns the value of attribute waiting_response.
3902 3903 3904 |
# File 'sig/types.rbs', line 3902 def waiting_response @waiting_response end |