Class: Aws::Types::ResponseHeadersPolicySecurityHeadersConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicySecurityHeadersConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_security_policy ⇒ Types::ResponseHeadersPolicyContentSecurityPolicy
Returns the value of attribute content_security_policy.
-
#content_type_options ⇒ Types::ResponseHeadersPolicyContentTypeOptions
Returns the value of attribute content_type_options.
-
#frame_options ⇒ Types::ResponseHeadersPolicyFrameOptions
Returns the value of attribute frame_options.
-
#referrer_policy ⇒ Types::ResponseHeadersPolicyReferrerPolicy
Returns the value of attribute referrer_policy.
-
#strict_transport_security ⇒ Types::ResponseHeadersPolicyStrictTransportSecurity
Returns the value of attribute strict_transport_security.
-
#xss_protection ⇒ Types::ResponseHeadersPolicyXSSProtection
Returns the value of attribute xss_protection.
Instance Attribute Details
#content_security_policy ⇒ Types::ResponseHeadersPolicyContentSecurityPolicy
Returns the value of attribute content_security_policy.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def content_security_policy @content_security_policy end |
#content_type_options ⇒ Types::ResponseHeadersPolicyContentTypeOptions
Returns the value of attribute content_type_options.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def @content_type_options end |
#frame_options ⇒ Types::ResponseHeadersPolicyFrameOptions
Returns the value of attribute frame_options.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def @frame_options end |
#referrer_policy ⇒ Types::ResponseHeadersPolicyReferrerPolicy
Returns the value of attribute referrer_policy.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def referrer_policy @referrer_policy end |
#strict_transport_security ⇒ Types::ResponseHeadersPolicyStrictTransportSecurity
Returns the value of attribute strict_transport_security.
3321 3322 3323 |
# File 'sig/types.rbs', line 3321 def strict_transport_security @strict_transport_security end |
#xss_protection ⇒ Types::ResponseHeadersPolicyXSSProtection
Returns the value of attribute xss_protection.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 def xss_protection @xss_protection end |