Class: Aws::Types::ApiResult
- Inherits:
-
Object
- Object
- Aws::Types::ApiResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group ⇒ ::String
Returns the value of attribute action_group.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#api_path ⇒ ::String
Returns the value of attribute api_path.
-
#confirmation_state ⇒ "CONFIRM", "DENY"
Returns the value of attribute confirmation_state.
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#http_status_code ⇒ ::Integer
Returns the value of attribute http_status_code.
-
#response_body ⇒ ::Hash[::String, Types::ContentBody]
Returns the value of attribute response_body.
-
#response_state ⇒ "FAILURE", "REPROMPT"
Returns the value of attribute response_state.
Instance Attribute Details
#action_group ⇒ ::String
Returns the value of attribute action_group.
330 331 332 |
# File 'sig/types.rbs', line 330 def action_group @action_group end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
331 332 333 |
# File 'sig/types.rbs', line 331 def agent_id @agent_id end |
#api_path ⇒ ::String
Returns the value of attribute api_path.
332 333 334 |
# File 'sig/types.rbs', line 332 def api_path @api_path end |
#confirmation_state ⇒ "CONFIRM", "DENY"
Returns the value of attribute confirmation_state.
333 334 335 |
# File 'sig/types.rbs', line 333 def confirmation_state @confirmation_state end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
334 335 336 |
# File 'sig/types.rbs', line 334 def http_method @http_method end |
#http_status_code ⇒ ::Integer
Returns the value of attribute http_status_code.
335 336 337 |
# File 'sig/types.rbs', line 335 def http_status_code @http_status_code end |
#response_body ⇒ ::Hash[::String, Types::ContentBody]
Returns the value of attribute response_body.
336 337 338 |
# File 'sig/types.rbs', line 336 def response_body @response_body end |
#response_state ⇒ "FAILURE", "REPROMPT"
Returns the value of attribute response_state.
337 338 339 |
# File 'sig/types.rbs', line 337 def response_state @response_state end |