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.
388 389 390 |
# File 'sig/types.rbs', line 388 def action_group @action_group end |
#action_invocation_type ⇒ "RESULT", ...
Returns the value of attribute action_invocation_type.
389 390 391 |
# File 'sig/types.rbs', line 389 def action_invocation_type @action_invocation_type end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
390 391 392 |
# File 'sig/types.rbs', line 390 def agent_id @agent_id end |
#api_path ⇒ ::String
Returns the value of attribute api_path.
391 392 393 |
# File 'sig/types.rbs', line 391 def api_path @api_path end |
#collaborator_name ⇒ ::String
Returns the value of attribute collaborator_name.
392 393 394 |
# File 'sig/types.rbs', line 392 def collaborator_name @collaborator_name end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
393 394 395 |
# File 'sig/types.rbs', line 393 def http_method @http_method end |
#parameters ⇒ ::Array[Types::ApiParameter]
Returns the value of attribute parameters.
394 395 396 |
# File 'sig/types.rbs', line 394 def parameters @parameters end |
#request_body ⇒ Types::ApiRequestBody
Returns the value of attribute request_body.
395 396 397 |
# File 'sig/types.rbs', line 395 def request_body @request_body end |