Class: Aws::Types::ApiInvocationInput
- Inherits:
-
Object
- Object
- Aws::Types::ApiInvocationInput
- 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.
-
#api_path ⇒ ::String
Returns the value of attribute api_path.
-
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#parameters ⇒ ::Array[Types::ApiParameter]
Returns the value of attribute parameters.
-
#request_body ⇒ Types::ApiRequestBody
Returns the value of attribute request_body.
Instance Attribute Details
#action_group ⇒ ::String
Returns the value of attribute action_group.
306 307 308 |
# File 'sig/types.rbs', line 306 def action_group @action_group end |
#action_invocation_type ⇒ "RESULT", ...
Returns the value of attribute action_invocation_type.
307 308 309 |
# File 'sig/types.rbs', line 307 def action_invocation_type @action_invocation_type end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
308 309 310 |
# File 'sig/types.rbs', line 308 def agent_id @agent_id end |
#api_path ⇒ ::String
Returns the value of attribute api_path.
309 310 311 |
# File 'sig/types.rbs', line 309 def api_path @api_path end |
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
310 311 312 |
# File 'sig/types.rbs', line 310 def collaborator_name @collaborator_name end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
311 312 313 |
# File 'sig/types.rbs', line 311 def http_method @http_method end |
#parameters ⇒ ::Array[Types::ApiParameter]
Returns the value of attribute parameters.
312 313 314 |
# File 'sig/types.rbs', line 312 def parameters @parameters end |
#request_body ⇒ Types::ApiRequestBody
Returns the value of attribute request_body.
313 314 315 |
# File 'sig/types.rbs', line 313 def request_body @request_body end |