Class: Aws::Types::AggregationOutput
- Inherits:
-
Object
- Object
- Aws::Types::AggregationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ ::String
Returns the value of attribute attribute.
-
#display_value ⇒ ::String
Returns the value of attribute display_value.
-
#items ⇒ ::Array[Types::AggregationOutputItem]
Returns the value of attribute items.
Instance Attribute Details
#attribute ⇒ ::String
Returns the value of attribute attribute.
167 168 169 |
# File 'sig/types.rbs', line 167 def attribute @attribute end |
#display_value ⇒ ::String
Returns the value of attribute display_value.
168 169 170 |
# File 'sig/types.rbs', line 168 def display_value @display_value end |
#items ⇒ ::Array[Types::AggregationOutputItem]
Returns the value of attribute items.
169 170 171 |
# File 'sig/types.rbs', line 169 def items @items end |