Class: Aws::Types::PutGatewayResponseRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutGatewayResponseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#response_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_parameters.
-
#response_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_templates.
-
#response_type ⇒ "DEFAULT_4XX", ...
Returns the value of attribute response_type.
-
#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
#response_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_parameters.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def response_parameters @response_parameters end |
#response_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_templates.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def response_templates @response_templates end |
#response_type ⇒ "DEFAULT_4XX", ...
Returns the value of attribute response_type.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def response_type @response_type end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def rest_api_id @rest_api_id end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def status_code @status_code end |