Class: Aws::Types::ResponseHeadersPolicyXSSProtection
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicyXSSProtection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mode_block ⇒ Boolean
Returns the value of attribute mode_block.
-
#override ⇒ Boolean
Returns the value of attribute override.
-
#protection ⇒ Boolean
Returns the value of attribute protection.
-
#report_uri ⇒ ::String
Returns the value of attribute report_uri.
Instance Attribute Details
#mode_block ⇒ Boolean
Returns the value of attribute mode_block.
3348 3349 3350 |
# File 'sig/types.rbs', line 3348 def mode_block @mode_block end |
#override ⇒ Boolean
Returns the value of attribute override.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def override @override end |
#protection ⇒ Boolean
Returns the value of attribute protection.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def protection @protection end |
#report_uri ⇒ ::String
Returns the value of attribute report_uri.
3349 3350 3351 |
# File 'sig/types.rbs', line 3349 def report_uri @report_uri end |