Class: Aws::Types::FulfillmentCodeHookSettings
- Inherits:
-
Object
- Object
- Aws::Types::FulfillmentCodeHookSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#fulfillment_updates_specification ⇒ Types::FulfillmentUpdatesSpecification
Returns the value of attribute fulfillment_updates_specification.
-
#post_fulfillment_status_specification ⇒ Types::PostFulfillmentStatusSpecification
Returns the value of attribute post_fulfillment_status_specification.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def active @active end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1819 1820 1821 |
# File 'sig/types.rbs', line 1819 def enabled @enabled end |
#fulfillment_updates_specification ⇒ Types::FulfillmentUpdatesSpecification
Returns the value of attribute fulfillment_updates_specification.
1821 1822 1823 |
# File 'sig/types.rbs', line 1821 def fulfillment_updates_specification @fulfillment_updates_specification end |
#post_fulfillment_status_specification ⇒ Types::PostFulfillmentStatusSpecification
Returns the value of attribute post_fulfillment_status_specification.
1820 1821 1822 |
# File 'sig/types.rbs', line 1820 def post_fulfillment_status_specification @post_fulfillment_status_specification end |