Class: Aws::Types::Usage
- Inherits:
-
Object
- Object
- Aws::Types::Usage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_provider ⇒ "AWS", ...
Returns the value of attribute cloud_provider.
-
#currency ⇒ "USD"
Returns the value of attribute currency.
-
#estimated_monthly_cost ⇒ ::Float
Returns the value of attribute estimated_monthly_cost.
-
#total ⇒ ::Float
Returns the value of attribute total.
-
#type ⇒ "EC2_INSTANCE_HOURS", ...
Returns the value of attribute type.
Instance Attribute Details
#cloud_provider ⇒ "AWS", ...
Returns the value of attribute cloud_provider.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def cloud_provider @cloud_provider end |
#currency ⇒ "USD"
Returns the value of attribute currency.
2962 2963 2964 |
# File 'sig/types.rbs', line 2962 def currency @currency end |
#estimated_monthly_cost ⇒ ::Float
Returns the value of attribute estimated_monthly_cost.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def estimated_monthly_cost @estimated_monthly_cost end |
#total ⇒ ::Float
Returns the value of attribute total.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def total @total end |
#type ⇒ "EC2_INSTANCE_HOURS", ...
Returns the value of attribute type.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def type @type end |