Class: Aws::Types::CreateAggregateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CreateAggregateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregates ⇒ ::Array[::String]
Returns the value of attribute aggregates.
-
#constituents_per_aggregate ⇒ ::Integer
Returns the value of attribute constituents_per_aggregate.
Instance Attribute Details
#aggregates ⇒ ::Array[::String]
Returns the value of attribute aggregates.
195 196 197 |
# File 'sig/types.rbs', line 195 def aggregates @aggregates end |
#constituents_per_aggregate ⇒ ::Integer
Returns the value of attribute constituents_per_aggregate.
196 197 198 |
# File 'sig/types.rbs', line 196 def constituents_per_aggregate @constituents_per_aggregate end |