Class: Aws::Types::GatewayResponse
- Inherits:
-
Object
- Object
- Aws::Types::GatewayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_response ⇒ Boolean
Returns the value of attribute default_response.
-
#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.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#default_response ⇒ Boolean
Returns the value of attribute default_response.
572 573 574 |
# File 'sig/types.rbs', line 572 def default_response @default_response end |
#response_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_parameters.
570 571 572 |
# File 'sig/types.rbs', line 570 def response_parameters @response_parameters end |
#response_templates ⇒ ::Hash[::String, ::String]
Returns the value of attribute response_templates.
571 572 573 |
# File 'sig/types.rbs', line 571 def response_templates @response_templates end |
#response_type ⇒ "DEFAULT_4XX", ...
Returns the value of attribute response_type.
568 569 570 |
# File 'sig/types.rbs', line 568 def response_type @response_type end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
569 570 571 |
# File 'sig/types.rbs', line 569 def status_code @status_code end |