Class: Aws::Types::CookieSynchronizationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CookieSynchronizationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowlist ⇒ ::Array[Types::CookieSpecification]
Returns the value of attribute allowlist.
-
#blocklist ⇒ ::Array[Types::CookieSpecification]
Returns the value of attribute blocklist.
Instance Attribute Details
#allowlist ⇒ ::Array[Types::CookieSpecification]
Returns the value of attribute allowlist.
191 192 193 |
# File 'sig/types.rbs', line 191 def allowlist @allowlist end |
#blocklist ⇒ ::Array[Types::CookieSpecification]
Returns the value of attribute blocklist.
192 193 194 |
# File 'sig/types.rbs', line 192 def blocklist @blocklist end |