Class: Aws::Types::CachePolicyCookiesConfig
- Inherits:
-
Object
- Object
- Aws::Types::CachePolicyCookiesConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cookie_behavior ⇒ "none", ...
Returns the value of attribute cookie_behavior.
-
#cookies ⇒ Types::CookieNames
Returns the value of attribute cookies.
Instance Attribute Details
#cookie_behavior ⇒ "none", ...
Returns the value of attribute cookie_behavior.
201 202 203 |
# File 'sig/types.rbs', line 201 def @cookie_behavior end |
#cookies ⇒ Types::CookieNames
Returns the value of attribute cookies.
202 203 204 |
# File 'sig/types.rbs', line 202 def @cookies end |