Class: Aws::Types::UsageMetricBasis
- Inherits:
-
Object
- Object
- Aws::Types::UsageMetricBasis
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#percentage_adjust ⇒ ::Float
Returns the value of attribute percentage_adjust.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
626 627 628 |
# File 'sig/types.rbs', line 626 def name @name end |
#percentage_adjust ⇒ ::Float
Returns the value of attribute percentage_adjust.
627 628 629 |
# File 'sig/types.rbs', line 627 def percentage_adjust @percentage_adjust end |