Class: Aws::Types::CookieObject
- Inherits:
-
Object
- Object
- Aws::Types::CookieObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cookies_allow_list ⇒ ::Array[::String]
Returns the value of attribute cookies_allow_list.
-
#option ⇒ "none", ...
Returns the value of attribute option.
Instance Attribute Details
#cookies_allow_list ⇒ ::Array[::String]
Returns the value of attribute cookies_allow_list.
503 504 505 |
# File 'sig/types.rbs', line 503 def @cookies_allow_list end |
#option ⇒ "none", ...
Returns the value of attribute option.
502 503 504 |
# File 'sig/types.rbs', line 502 def option @option end |