Class: Aws::Types::LambdaFunctionAssociations
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionAssociations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::LambdaFunctionAssociation]
Returns the value of attribute items.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::LambdaFunctionAssociation]
Returns the value of attribute items.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def items @items end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def quantity @quantity end |