Class: Aws::Types::StillWaitingResponseSpecification
- Inherits:
-
Object
- Object
- Aws::Types::StillWaitingResponseSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_interrupt ⇒ Boolean
Returns the value of attribute allow_interrupt.
-
#frequency_in_seconds ⇒ ::Integer
Returns the value of attribute frequency_in_seconds.
-
#message_groups ⇒ ::Array[Types::MessageGroup]
Returns the value of attribute message_groups.
-
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
Instance Attribute Details
#allow_interrupt ⇒ Boolean
Returns the value of attribute allow_interrupt.
3250 3251 3252 |
# File 'sig/types.rbs', line 3250 def allow_interrupt @allow_interrupt end |
#frequency_in_seconds ⇒ ::Integer
Returns the value of attribute frequency_in_seconds.
3248 3249 3250 |
# File 'sig/types.rbs', line 3248 def frequency_in_seconds @frequency_in_seconds end |
#message_groups ⇒ ::Array[Types::MessageGroup]
Returns the value of attribute message_groups.
3247 3248 3249 |
# File 'sig/types.rbs', line 3247 def @message_groups end |
#timeout_in_seconds ⇒ ::Integer
Returns the value of attribute timeout_in_seconds.
3249 3250 3251 |
# File 'sig/types.rbs', line 3249 def timeout_in_seconds @timeout_in_seconds end |