Class: Aws::Types::CookiePreference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#forward"none", ...

Returns the value of attribute forward.

Returns:

  • ("none", "whitelist", "all")


460
461
462
# File 'sig/types.rbs', line 460

def forward
  @forward
end

#whitelisted_namesTypes::CookieNames

Returns the value of attribute whitelisted_names.

Returns:



461
462
463
# File 'sig/types.rbs', line 461

def whitelisted_names
  @whitelisted_names
end