Class: Aws::Types::ResponseHeadersPolicyReferrerPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicyReferrerPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#override ⇒ Boolean
Returns the value of attribute override.
-
#referrer_policy ⇒ "no-referrer", ...
Returns the value of attribute referrer_policy.
Instance Attribute Details
#override ⇒ Boolean
Returns the value of attribute override.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def override @override end |
#referrer_policy ⇒ "no-referrer", ...
Returns the value of attribute referrer_policy.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def referrer_policy @referrer_policy end |