Class: Aws::Types::AwsWafv2CustomResponseDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsWafv2CustomResponseDetails
- 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::AwsWafv2CustomHttpHeader]
Returns the value of attribute response_headers.
Instance Attribute Details
#custom_response_body_key ⇒ ::String
Returns the value of attribute custom_response_body_key.
4631 4632 4633 |
# File 'sig/types.rbs', line 4631 def custom_response_body_key @custom_response_body_key end |
#response_code ⇒ ::Integer
Returns the value of attribute response_code.
4632 4633 4634 |
# File 'sig/types.rbs', line 4632 def response_code @response_code end |
#response_headers ⇒ ::Array[Types::AwsWafv2CustomHttpHeader]
Returns the value of attribute response_headers.
4633 4634 4635 |
# File 'sig/types.rbs', line 4633 def response_headers @response_headers end |