Class: Aws::Types::UsageMetric
- Inherits:
-
Object
- Object
- Aws::Types::UsageMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#usage ⇒ ::Float
Returns the value of attribute usage.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def limit @limit end |
#usage ⇒ ::Float
Returns the value of attribute usage.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def usage @usage end |