Class: Aws::Types::MethodResponse
- Inherits:
-
Object
- Object
- Aws::Types::MethodResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#response_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_models.
-
#response_parameters ⇒ ::Hash[::String, bool]
Returns the value of attribute response_parameters.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#response_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_models.
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.
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.
979 980 981 |
# File 'sig/types.rbs', line 979 def status_code @status_code end |