Class: Aws::Types::ResponseHeadersPolicyFrameOptions
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicyFrameOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frame_option ⇒ "DENY", "SAMEORIGIN"
Returns the value of attribute frame_option.
-
#override ⇒ Boolean
Returns the value of attribute override.
Instance Attribute Details
#frame_option ⇒ "DENY", "SAMEORIGIN"
Returns the value of attribute frame_option.
3281 3282 3283 |
# File 'sig/types.rbs', line 3281 def frame_option @frame_option end |
#override ⇒ Boolean
Returns the value of attribute override.
3280 3281 3282 |
# File 'sig/types.rbs', line 3280 def override @override end |