Class: Aws::Types::FulfillmentStartResponseSpecification
- Inherits:
-
Object
- Object
- Aws::Types::FulfillmentStartResponseSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_interrupt ⇒ Boolean
Returns the value of attribute allow_interrupt.
-
#delay_in_seconds ⇒ ::Integer
Returns the value of attribute delay_in_seconds.
-
#message_groups ⇒ ::Array[Types::MessageGroup]
Returns the value of attribute message_groups.
Instance Attribute Details
#allow_interrupt ⇒ Boolean
Returns the value of attribute allow_interrupt.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def allow_interrupt @allow_interrupt end |
#delay_in_seconds ⇒ ::Integer
Returns the value of attribute delay_in_seconds.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def delay_in_seconds @delay_in_seconds end |
#message_groups ⇒ ::Array[Types::MessageGroup]
Returns the value of attribute message_groups.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def end |