Class: Aws::Types::ResponseHeadersPolicyContentSecurityPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicyContentSecurityPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_security_policy ⇒ ::String
Returns the value of attribute content_security_policy.
-
#override ⇒ Boolean
Returns the value of attribute override.
Instance Attribute Details
#content_security_policy ⇒ ::String
Returns the value of attribute content_security_policy.
3246 3247 3248 |
# File 'sig/types.rbs', line 3246 def content_security_policy @content_security_policy end |
#override ⇒ Boolean
Returns the value of attribute override.
3245 3246 3247 |
# File 'sig/types.rbs', line 3245 def override @override end |