Class: Aws::Types::FulfillmentUpdateResponseSpecification
- Inherits:
-
Object
- Object
- Aws::Types::FulfillmentUpdateResponseSpecification
- 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.
Instance Attribute Details
#allow_interrupt ⇒ Boolean
Returns the value of attribute allow_interrupt.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def allow_interrupt @allow_interrupt end |
#frequency_in_seconds ⇒ ::Integer
Returns the value of attribute frequency_in_seconds.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def frequency_in_seconds @frequency_in_seconds end |
#message_groups ⇒ ::Array[Types::MessageGroup]
Returns the value of attribute message_groups.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def @message_groups end |