Class: Aws::Types::CookieMatchPattern
- Inherits:
-
Object
- Object
- Aws::Types::CookieMatchPattern
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all ⇒ Types::All
Returns the value of attribute all.
-
#excluded_cookies ⇒ ::Array[::String]
Returns the value of attribute excluded_cookies.
-
#included_cookies ⇒ ::Array[::String]
Returns the value of attribute included_cookies.
Instance Attribute Details
#all ⇒ Types::All
Returns the value of attribute all.
195 196 197 |
# File 'sig/types.rbs', line 195 def all @all end |
#excluded_cookies ⇒ ::Array[::String]
Returns the value of attribute excluded_cookies.
197 198 199 |
# File 'sig/types.rbs', line 197 def @excluded_cookies end |
#included_cookies ⇒ ::Array[::String]
Returns the value of attribute included_cookies.
196 197 198 |
# File 'sig/types.rbs', line 196 def @included_cookies end |