Class: Aws::Types::FunctionAssociations
- Inherits:
-
Object
- Object
- Aws::Types::FunctionAssociations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::FunctionAssociation]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::FunctionAssociation]
Returns the value of attribute items.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def quantity @quantity end |