Class: Aws::Types::CookiePreference
- Inherits:
-
Object
- Object
- Aws::Types::CookiePreference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#forward ⇒ "none", ...
Returns the value of attribute forward.
-
#whitelisted_names ⇒ Types::CookieNames
Returns the value of attribute whitelisted_names.
Instance Attribute Details
#forward ⇒ "none", ...
Returns the value of attribute forward.
460 461 462 |
# File 'sig/types.rbs', line 460 def forward @forward end |
#whitelisted_names ⇒ Types::CookieNames
Returns the value of attribute whitelisted_names.
461 462 463 |
# File 'sig/types.rbs', line 461 def whitelisted_names @whitelisted_names end |