Class: Aws::Types::WorkloadEstimateUsageQuantity
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadEstimateUsageQuantity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def amount @amount end |
#unit ⇒ ::String
Returns the value of attribute unit.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def unit @unit end |