Class: Aws::Types::FunctionInvocationInput
- Inherits:
-
Object
- Object
- Aws::Types::FunctionInvocationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group ⇒ ::String
Returns the value of attribute action_group.
-
#action_invocation_type ⇒ "RESULT", ...
Returns the value of attribute action_invocation_type.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
-
#function ⇒ ::String
Returns the value of attribute function.
-
#parameters ⇒ ::Array[Types::FunctionParameter]
Returns the value of attribute parameters.
Instance Attribute Details
#action_group ⇒ ::String
Returns the value of attribute action_group.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def action_group @action_group end |
#action_invocation_type ⇒ "RESULT", ...
Returns the value of attribute action_invocation_type.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def action_invocation_type @action_invocation_type end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def agent_id @agent_id end |
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def collaborator_name @collaborator_name end |
#function ⇒ ::String
Returns the value of attribute function.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def function @function end |
#parameters ⇒ ::Array[Types::FunctionParameter]
Returns the value of attribute parameters.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def parameters @parameters end |