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.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def limit @limit end |
#usage ⇒ ::Float
Returns the value of attribute usage.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def usage @usage end |