Class: Aws::Types::SummarizedCounter
- Inherits:
-
Object
- Object
- Aws::Types::SummarizedCounter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average ⇒ ::Float
Returns the value of attribute average.
-
#max ⇒ ::Float
Returns the value of attribute max.
-
#n ⇒ ::Integer
Returns the value of attribute n.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sum ⇒ ::Float
Returns the value of attribute sum.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#average ⇒ ::Float
Returns the value of attribute average.
543 544 545 |
# File 'sig/types.rbs', line 543 def average @average end |
#max ⇒ ::Float
Returns the value of attribute max.
542 543 544 |
# File 'sig/types.rbs', line 542 def max @max end |
#n ⇒ ::Integer
Returns the value of attribute n.
545 546 547 |
# File 'sig/types.rbs', line 545 def n @n end |
#name ⇒ ::String
Returns the value of attribute name.
541 542 543 |
# File 'sig/types.rbs', line 541 def name @name end |
#sum ⇒ ::Float
Returns the value of attribute sum.
544 545 546 |
# File 'sig/types.rbs', line 544 def sum @sum end |
#unit ⇒ ::String
Returns the value of attribute unit.
546 547 548 |
# File 'sig/types.rbs', line 546 def unit @unit end |