Class: Aws::Types::KeyValueStoreAssociations
- Inherits:
-
Object
- Object
- Aws::Types::KeyValueStoreAssociations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::KeyValueStoreAssociation]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::KeyValueStoreAssociation]
Returns the value of attribute items.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def quantity @quantity end |