Class: Aws::Types::AggregationOutputItem
- Inherits:
-
Object
- Object
- Aws::Types::AggregationOutputItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#display_value ⇒ ::String
Returns the value of attribute display_value.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
175 176 177 |
# File 'sig/types.rbs', line 175 def count @count end |
#display_value ⇒ ::String
Returns the value of attribute display_value.
176 177 178 |
# File 'sig/types.rbs', line 176 def display_value @display_value end |
#value ⇒ ::String
Returns the value of attribute value.
174 175 176 |
# File 'sig/types.rbs', line 174 def value @value end |