Class: Aws::Types::ElicitationCodeHookInvocationSetting
- Inherits:
-
Object
- Object
- Aws::Types::ElicitationCodeHookInvocationSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_code_hook_invocation ⇒ Boolean
Returns the value of attribute enable_code_hook_invocation.
-
#invocation_label ⇒ ::String
Returns the value of attribute invocation_label.
Instance Attribute Details
#enable_code_hook_invocation ⇒ Boolean
Returns the value of attribute enable_code_hook_invocation.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def enable_code_hook_invocation @enable_code_hook_invocation end |
#invocation_label ⇒ ::String
Returns the value of attribute invocation_label.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def invocation_label @invocation_label end |