Class: Aws::Types::CacheBehaviors
- Inherits:
-
Object
- Object
- Aws::Types::CacheBehaviors
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::CacheBehavior]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::CacheBehavior]
Returns the value of attribute items.
174 175 176 |
# File 'sig/types.rbs', line 174 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
173 174 175 |
# File 'sig/types.rbs', line 173 def quantity @quantity end |