Class: Aws::Types::ResponseHeadersPolicySecurityHeadersConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_security_policyTypes::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_optionsTypes::ResponseHeadersPolicyContentTypeOptions

Returns the value of attribute content_type_options.



3320
3321
3322
# File 'sig/types.rbs', line 3320

def content_type_options
  @content_type_options
end

#frame_optionsTypes::ResponseHeadersPolicyFrameOptions

Returns the value of attribute frame_options.



3317
3318
3319
# File 'sig/types.rbs', line 3317

def frame_options
  @frame_options
end

#referrer_policyTypes::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_securityTypes::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_protectionTypes::ResponseHeadersPolicyXSSProtection

Returns the value of attribute xss_protection.



3316
3317
3318
# File 'sig/types.rbs', line 3316

def xss_protection
  @xss_protection
end