Class: Aws::Types::CookieObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cookies_allow_list::Array[::String]

Returns the value of attribute cookies_allow_list.

Returns:

  • (::Array[::String])


503
504
505
# File 'sig/types.rbs', line 503

def cookies_allow_list
  @cookies_allow_list
end

#option"none", ...

Returns the value of attribute option.

Returns:

  • ("none", "allow-list", "all")


502
503
504
# File 'sig/types.rbs', line 502

def option
  @option
end