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.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def action_group @action_group end |
#action_invocation_type ⇒ "RESULT", ...
Returns the value of attribute action_invocation_type.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def action_invocation_type @action_invocation_type end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def agent_id @agent_id end |
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def collaborator_name @collaborator_name end |
#function ⇒ ::String
Returns the value of attribute function.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def function @function end |
#parameters ⇒ ::Array[Types::FunctionParameter]
Returns the value of attribute parameters.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def parameters @parameters end |