Class: Aws::Types::Cookies

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#match_patternTypes::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.

Returns:

  • ("ALL", "KEY", "VALUE")


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.

Returns:

  • ("CONTINUE", "MATCH", "NO_MATCH")


204
205
206
# File 'sig/types.rbs', line 204

def oversize_handling
  @oversize_handling
end