Class: Aws::Types::CustomResponse
- Inherits:
-
Object
- Object
- Aws::Types::CustomResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_response_body_key ⇒ ::String
Returns the value of attribute custom_response_body_key.
-
#response_code ⇒ ::Integer
Returns the value of attribute response_code.
-
#response_headers ⇒ ::Array[Types::CustomHTTPHeader]
Returns the value of attribute response_headers.
Instance Attribute Details
#custom_response_body_key ⇒ ::String
Returns the value of attribute custom_response_body_key.
314 315 316 |
# File 'sig/types.rbs', line 314 def custom_response_body_key @custom_response_body_key end |
#response_code ⇒ ::Integer
Returns the value of attribute response_code.
313 314 315 |
# File 'sig/types.rbs', line 313 def response_code @response_code end |
#response_headers ⇒ ::Array[Types::CustomHTTPHeader]
Returns the value of attribute response_headers.
315 316 317 |
# File 'sig/types.rbs', line 315 def response_headers @response_headers end |