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.
412 413 414 |
# File 'sig/types.rbs', line 412 def action_group @action_group end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
413 414 415 |
# File 'sig/types.rbs', line 413 def agent_id @agent_id end |
#api_path ⇒ ::String
Returns the value of attribute api_path.
414 415 416 |
# File 'sig/types.rbs', line 414 def api_path @api_path end |
#confirmation_state ⇒ "CONFIRM", "DENY"
Returns the value of attribute confirmation_state.
415 416 417 |
# File 'sig/types.rbs', line 415 def confirmation_state @confirmation_state end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
416 417 418 |
# File 'sig/types.rbs', line 416 def http_method @http_method end |
#http_status_code ⇒ ::Integer
Returns the value of attribute http_status_code.
417 418 419 |
# File 'sig/types.rbs', line 417 def http_status_code @http_status_code end |
#response_body ⇒ ::Hash[::String, Types::ContentBody]
Returns the value of attribute response_body.
418 419 420 |
# File 'sig/types.rbs', line 418 def response_body @response_body end |
#response_state ⇒ "FAILURE", "REPROMPT"
Returns the value of attribute response_state.
419 420 421 |
# File 'sig/types.rbs', line 419 def response_state @response_state end |