Class: Aws::Types::TrialMinutes
- Inherits:
-
Object
- Object
- Aws::Types::TrialMinutes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#remaining ⇒ ::Float
Returns the value of attribute remaining.
-
#total ⇒ ::Float
Returns the value of attribute total.
Instance Attribute Details
#remaining ⇒ ::Float
Returns the value of attribute remaining.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def remaining @remaining end |
#total ⇒ ::Float
Returns the value of attribute total.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def total @total end |