Class: Aws::Types::ApiResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:api_path])

Instance Attribute Summary collapse

Instance Attribute Details

#action_group::String

Returns the value of attribute action_group.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CONFIRM", "DENY")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • ("FAILURE", "REPROMPT")


419
420
421
# File 'sig/types.rbs', line 419

def response_state
  @response_state
end