Class: Aws::Types::DeviceMinutes
- Inherits:
-
Object
- Object
- Aws::Types::DeviceMinutes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metered ⇒ ::Float
Returns the value of attribute metered.
-
#total ⇒ ::Float
Returns the value of attribute total.
-
#unmetered ⇒ ::Float
Returns the value of attribute unmetered.
Instance Attribute Details
#metered ⇒ ::Float
Returns the value of attribute metered.
321 322 323 |
# File 'sig/types.rbs', line 321 def metered @metered end |
#total ⇒ ::Float
Returns the value of attribute total.
320 321 322 |
# File 'sig/types.rbs', line 320 def total @total end |
#unmetered ⇒ ::Float
Returns the value of attribute unmetered.
322 323 324 |
# File 'sig/types.rbs', line 322 def unmetered @unmetered end |