Class: Aws::Types::DialogCodeHookInvocationSetting
- Inherits:
-
Object
- Object
- Aws::Types::DialogCodeHookInvocationSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#enable_code_hook_invocation ⇒ Boolean
Returns the value of attribute enable_code_hook_invocation.
-
#invocation_label ⇒ ::String
Returns the value of attribute invocation_label.
-
#post_code_hook_specification ⇒ Types::PostDialogCodeHookInvocationSpecification
Returns the value of attribute post_code_hook_specification.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def active @active end |
#enable_code_hook_invocation ⇒ Boolean
Returns the value of attribute enable_code_hook_invocation.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def enable_code_hook_invocation @enable_code_hook_invocation end |
#invocation_label ⇒ ::String
Returns the value of attribute invocation_label.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def invocation_label @invocation_label end |
#post_code_hook_specification ⇒ Types::PostDialogCodeHookInvocationSpecification
Returns the value of attribute post_code_hook_specification.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def post_code_hook_specification @post_code_hook_specification end |