Class: Aws::Types::BudgetPerformanceHistory
- Inherits:
-
Object
- Object
- Aws::Types::BudgetPerformanceHistory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
-
#budget_type ⇒ "USAGE", ...
Returns the value of attribute budget_type.
-
#budgeted_and_actual_amounts_list ⇒ ::Array[Types::BudgetedAndActualAmounts]
Returns the value of attribute budgeted_and_actual_amounts_list.
-
#cost_filters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute cost_filters.
-
#cost_types ⇒ Types::CostTypes
Returns the value of attribute cost_types.
-
#filter_expression ⇒ Types::Expression
Returns the value of attribute filter_expression.
-
#metrics ⇒ ::Array[("BlendedCost" | "UnblendedCost" | "AmortizedCost" | "NetUnblendedCost" | "NetAmortizedCost" | "UsageQuantity" | "NormalizedUsageAmount" | "Hours")]
Returns the value of attribute metrics.
-
#time_unit ⇒ "DAILY", ...
Returns the value of attribute time_unit.
Instance Attribute Details
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
93 94 95 |
# File 'sig/types.rbs', line 93 def billing_view_arn @billing_view_arn end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def budget_name @budget_name end |
#budget_type ⇒ "USAGE", ...
Returns the value of attribute budget_type.
89 90 91 |
# File 'sig/types.rbs', line 89 def budget_type @budget_type end |
#budgeted_and_actual_amounts_list ⇒ ::Array[Types::BudgetedAndActualAmounts]
Returns the value of attribute budgeted_and_actual_amounts_list.
94 95 96 |
# File 'sig/types.rbs', line 94 def budgeted_and_actual_amounts_list @budgeted_and_actual_amounts_list end |
#cost_filters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute cost_filters.
90 91 92 |
# File 'sig/types.rbs', line 90 def cost_filters @cost_filters end |
#cost_types ⇒ Types::CostTypes
Returns the value of attribute cost_types.
91 92 93 |
# File 'sig/types.rbs', line 91 def cost_types @cost_types end |
#filter_expression ⇒ Types::Expression
Returns the value of attribute filter_expression.
95 96 97 |
# File 'sig/types.rbs', line 95 def filter_expression @filter_expression end |
#metrics ⇒ ::Array[("BlendedCost" | "UnblendedCost" | "AmortizedCost" | "NetUnblendedCost" | "NetAmortizedCost" | "UsageQuantity" | "NormalizedUsageAmount" | "Hours")]
Returns the value of attribute metrics.
96 97 98 |
# File 'sig/types.rbs', line 96 def metrics @metrics end |
#time_unit ⇒ "DAILY", ...
Returns the value of attribute time_unit.
92 93 94 |
# File 'sig/types.rbs', line 92 def time_unit @time_unit end |