Class: Aws::Types::CookieNames
- Inherits:
-
Object
- Object
- Aws::Types::CookieNames
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[::String]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[::String]
Returns the value of attribute items.
455 456 457 |
# File 'sig/types.rbs', line 455 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
454 455 456 |
# File 'sig/types.rbs', line 454 def quantity @quantity end |