Class: Aws::Types::ActionGroupInvocationInput
- Inherits:
-
Object
- Object
- Aws::Types::ActionGroupInvocationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group_name ⇒ ::String
Returns the value of attribute action_group_name.
-
#api_path ⇒ ::String
Returns the value of attribute api_path.
-
#execution_type ⇒ "LAMBDA", "RETURN_CONTROL"
Returns the value of attribute execution_type.
-
#function ⇒ ::String
Returns the value of attribute function.
-
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
-
#request_body ⇒ Types::RequestBody
Returns the value of attribute request_body.
-
#verb ⇒ ::String
Returns the value of attribute verb.
Instance Attribute Details
#action_group_name ⇒ ::String
Returns the value of attribute action_group_name.
46 47 48 |
# File 'sig/types.rbs', line 46 def action_group_name @action_group_name end |
#api_path ⇒ ::String
Returns the value of attribute api_path.
47 48 49 |
# File 'sig/types.rbs', line 47 def api_path @api_path end |
#execution_type ⇒ "LAMBDA", "RETURN_CONTROL"
Returns the value of attribute execution_type.
48 49 50 |
# File 'sig/types.rbs', line 48 def execution_type @execution_type end |
#function ⇒ ::String
Returns the value of attribute function.
49 50 51 |
# File 'sig/types.rbs', line 49 def function @function end |
#invocation_id ⇒ ::String
Returns the value of attribute invocation_id.
50 51 52 |
# File 'sig/types.rbs', line 50 def invocation_id @invocation_id end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
51 52 53 |
# File 'sig/types.rbs', line 51 def parameters @parameters end |
#request_body ⇒ Types::RequestBody
Returns the value of attribute request_body.
52 53 54 |
# File 'sig/types.rbs', line 52 def request_body @request_body end |
#verb ⇒ ::String
Returns the value of attribute verb.
53 54 55 |
# File 'sig/types.rbs', line 53 def verb @verb end |