Class: Aws::Types::BudgetPerformanceHistory

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_view_arn::String

Returns the value of attribute billing_view_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("USAGE", "COST", "RI_UTILIZATION", "RI_COVERAGE", "SAVINGS_PLANS_UTILIZATION", "SAVINGS_PLANS_COVERAGE")


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.

Returns:



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.

Returns:

  • (::Hash[::String, ::Array[::String]])


90
91
92
# File 'sig/types.rbs', line 90

def cost_filters
  @cost_filters
end

#cost_typesTypes::CostTypes

Returns the value of attribute cost_types.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def cost_types
  @cost_types
end

#filter_expressionTypes::Expression

Returns the value of attribute filter_expression.

Returns:



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.

Returns:

  • (::Array[("BlendedCost" | "UnblendedCost" | "AmortizedCost" | "NetUnblendedCost" | "NetAmortizedCost" | "UsageQuantity" | "NormalizedUsageAmount" | "Hours")])


96
97
98
# File 'sig/types.rbs', line 96

def metrics
  @metrics
end

#time_unit"DAILY", ...

Returns the value of attribute time_unit.

Returns:

  • ("DAILY", "MONTHLY", "QUARTERLY", "ANNUALLY", "CUSTOM")


92
93
94
# File 'sig/types.rbs', line 92

def time_unit
  @time_unit
end