Class: Aws::Types::Cookies
- Inherits:
-
Object
- Object
- Aws::Types::Cookies
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_pattern ⇒ Types::CookieMatchPattern
Returns the value of attribute match_pattern.
-
#match_scope ⇒ "ALL", ...
Returns the value of attribute match_scope.
-
#oversize_handling ⇒ "CONTINUE", ...
Returns the value of attribute oversize_handling.
Instance Attribute Details
#match_pattern ⇒ Types::CookieMatchPattern
Returns the value of attribute match_pattern.
202 203 204 |
# File 'sig/types.rbs', line 202 def match_pattern @match_pattern end |
#match_scope ⇒ "ALL", ...
Returns the value of attribute match_scope.
203 204 205 |
# File 'sig/types.rbs', line 203 def match_scope @match_scope end |
#oversize_handling ⇒ "CONTINUE", ...
Returns the value of attribute oversize_handling.
204 205 206 |
# File 'sig/types.rbs', line 204 def oversize_handling @oversize_handling end |