Class: Aws::Types::PutMethodResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutMethodResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#response_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_models.
-
#response_parameters ⇒ ::Hash[::String, bool]
Returns the value of attribute response_parameters.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#http_method ⇒ ::String
Returns the value of attribute http_method.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def http_method @http_method end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def resource_id @resource_id end |
#response_models ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_models.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def response_models @response_models end |
#response_parameters ⇒ ::Hash[::String, bool]
Returns the value of attribute response_parameters.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def response_parameters @response_parameters end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def rest_api_id @rest_api_id end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def status_code @status_code end |