Class: Aws::Types::InventoryAggregator
- Inherits:
-
Object
- Object
- Aws::Types::InventoryAggregator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregators ⇒ ::Array[Types::InventoryAggregator]
Returns the value of attribute aggregators.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#groups ⇒ ::Array[Types::InventoryGroup]
Returns the value of attribute groups.
Instance Attribute Details
#aggregators ⇒ ::Array[Types::InventoryAggregator]
Returns the value of attribute aggregators.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def aggregators @aggregators end |
#expression ⇒ ::String
Returns the value of attribute expression.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def expression @expression end |
#groups ⇒ ::Array[Types::InventoryGroup]
Returns the value of attribute groups.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def groups @groups end |