Class: Aws::Types::DialogCodeHookInvocationSetting

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#active ⇒ Boolean

Returns the value of attribute active.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1729
1730
1731
# File 'sig/types.rbs', line 1729

def post_code_hook_specification
  @post_code_hook_specification
end