Class: Aws::Types::CookieSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CookieSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path ⇒ ::String
Returns the value of attribute path.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
184 185 186 |
# File 'sig/types.rbs', line 184 def domain @domain end |
#name ⇒ ::String
Returns the value of attribute name.
185 186 187 |
# File 'sig/types.rbs', line 185 def name @name end |
#path ⇒ ::String
Returns the value of attribute path.
186 187 188 |
# File 'sig/types.rbs', line 186 def path @path end |