Class: Aws::Types::UsageTotal
- Inherits:
-
Object
- Object
- Aws::Types::UsageTotal
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency ⇒ "USD"
Returns the value of attribute currency.
-
#estimated_cost ⇒ ::String
Returns the value of attribute estimated_cost.
-
#type ⇒ "DATA_INVENTORY_EVALUATION", ...
Returns the value of attribute type.
Instance Attribute Details
#currency ⇒ "USD"
Returns the value of attribute currency.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def currency @currency end |
#estimated_cost ⇒ ::String
Returns the value of attribute estimated_cost.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def estimated_cost @estimated_cost end |
#type ⇒ "DATA_INVENTORY_EVALUATION", ...
Returns the value of attribute type.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def type @type end |