Class: Aws::Types::AggregateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AggregateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregates ⇒ ::Array[::String]
Returns the value of attribute aggregates.
-
#total_constituents ⇒ ::Integer
Returns the value of attribute total_constituents.
Instance Attribute Details
#aggregates ⇒ ::Array[::String]
Returns the value of attribute aggregates.
52 53 54 |
# File 'sig/types.rbs', line 52 def aggregates @aggregates end |
#total_constituents ⇒ ::Integer
Returns the value of attribute total_constituents.
53 54 55 |
# File 'sig/types.rbs', line 53 def total_constituents @total_constituents end |