Class: Aws::Types::AggregationOutputItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


175
176
177
# File 'sig/types.rbs', line 175

def count
  @count
end

#display_value::String

Returns the value of attribute display_value.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def display_value
  @display_value
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def value
  @value
end