Class: Aws::Types::FulfillmentActivity
- Inherits:
-
Object
- Object
- Aws::Types::FulfillmentActivity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_hook ⇒ Types::CodeHook
Returns the value of attribute code_hook.
-
#type ⇒ "ReturnIntent", "CodeHook"
Returns the value of attribute type.
Instance Attribute Details
#code_hook ⇒ Types::CodeHook
Returns the value of attribute code_hook.
237 238 239 |
# File 'sig/types.rbs', line 237 def code_hook @code_hook end |
#type ⇒ "ReturnIntent", "CodeHook"
Returns the value of attribute type.
236 237 238 |
# File 'sig/types.rbs', line 236 def type @type end |