Class: Aws::Types::CookieSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:domain, :name, :path])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


184
185
186
# File 'sig/types.rbs', line 184

def domain
  @domain
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def path
  @path
end