Class: Aws::Types::MethodResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#response_models::Hash[::String, ::String]

Returns the value of attribute response_models.

Returns:



981
982
983
# File 'sig/types.rbs', line 981

def response_models
  @response_models
end

#response_parameters::Hash[::String, bool]

Returns the value of attribute response_parameters.

Returns:



980
981
982
# File 'sig/types.rbs', line 980

def response_parameters
  @response_parameters
end

#status_code::String

Returns the value of attribute status_code.

Returns:



979
980
981
# File 'sig/types.rbs', line 979

def status_code
  @status_code
end