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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CONFIRM", "DENY")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:



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.

Returns:

  • ("FAILURE", "REPROMPT")


337
338
339
# File 'sig/types.rbs', line 337

def response_state
  @response_state
end