Class: Aws::Types::Aggregate
- Inherits:
-
Object
- Object
- Aws::Types::Aggregate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggs ⇒ ::Array[Types::AggregateOperation]
Returns the value of attribute aggs.
-
#groups ⇒ ::Array[::Array[::String]]
Returns the value of attribute groups.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#aggs ⇒ ::Array[Types::AggregateOperation]
Returns the value of attribute aggs.
30 31 32 |
# File 'sig/types.rbs', line 30 def aggs @aggs end |
#groups ⇒ ::Array[::Array[::String]]
Returns the value of attribute groups.
29 30 31 |
# File 'sig/types.rbs', line 29 def groups @groups end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
28 29 30 |
# File 'sig/types.rbs', line 28 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
27 28 29 |
# File 'sig/types.rbs', line 27 def name @name end |