Class: Aws::Types::AssessmentCost
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentCost
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Float
Returns the value of attribute amount.
-
#currency ⇒ "USD"
Returns the value of attribute currency.
Instance Attribute Details
#amount ⇒ ::Float
Returns the value of attribute amount.
53 54 55 |
# File 'sig/types.rbs', line 53 def amount @amount end |
#currency ⇒ "USD"
Returns the value of attribute currency.
54 55 56 |
# File 'sig/types.rbs', line 54 def currency @currency end |