Class: Aws::Types::SummarizedCounter

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#average::Float

Returns the value of attribute average.

Returns:



543
544
545
# File 'sig/types.rbs', line 543

def average
  @average
end

#max::Float

Returns the value of attribute max.

Returns:



542
543
544
# File 'sig/types.rbs', line 542

def max
  @max
end

#n::Integer

Returns the value of attribute n.

Returns:



545
546
547
# File 'sig/types.rbs', line 545

def n
  @n
end

#name::String

Returns the value of attribute name.

Returns:



541
542
543
# File 'sig/types.rbs', line 541

def name
  @name
end

#sum::Float

Returns the value of attribute sum.

Returns:



544
545
546
# File 'sig/types.rbs', line 544

def sum
  @sum
end

#unit::String

Returns the value of attribute unit.

Returns:



546
547
548
# File 'sig/types.rbs', line 546

def unit
  @unit
end