Class: Aws::Types::Budget
- Inherits:
-
Object
- Object
- Aws::Types::Budget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_adjust_data ⇒ Types::AutoAdjustData
Returns the value of attribute auto_adjust_data.
-
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
-
#budget_limit ⇒ Types::Spend
Returns the value of attribute budget_limit.
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
-
#budget_type ⇒ "USAGE", ...
Returns the value of attribute budget_type.
-
#calculated_spend ⇒ Types::CalculatedSpend
Returns the value of attribute calculated_spend.
-
#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.
-
#health_status ⇒ Types::HealthStatus
Returns the value of attribute health_status.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#metrics ⇒ ::Array[("BlendedCost" | "UnblendedCost" | "AmortizedCost" | "NetUnblendedCost" | "NetAmortizedCost" | "UsageQuantity" | "NormalizedUsageAmount" | "Hours")]
Returns the value of attribute metrics.
-
#planned_budget_limits ⇒ ::Hash[::String, Types::Spend]
Returns the value of attribute planned_budget_limits.
-
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
-
#time_unit ⇒ "DAILY", ...
Returns the value of attribute time_unit.
Instance Attribute Details
#auto_adjust_data ⇒ Types::AutoAdjustData
Returns the value of attribute auto_adjust_data.
73 74 75 |
# File 'sig/types.rbs', line 73 def auto_adjust_data @auto_adjust_data end |
#billing_view_arn ⇒ ::String
Returns the value of attribute billing_view_arn.
76 77 78 |
# File 'sig/types.rbs', line 76 def billing_view_arn @billing_view_arn end |
#budget_limit ⇒ Types::Spend
Returns the value of attribute budget_limit.
64 65 66 |
# File 'sig/types.rbs', line 64 def budget_limit @budget_limit end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
63 64 65 |
# File 'sig/types.rbs', line 63 def budget_name @budget_name end |
#budget_type ⇒ "USAGE", ...
Returns the value of attribute budget_type.
71 72 73 |
# File 'sig/types.rbs', line 71 def budget_type @budget_type end |
#calculated_spend ⇒ Types::CalculatedSpend
Returns the value of attribute calculated_spend.
70 71 72 |
# File 'sig/types.rbs', line 70 def calculated_spend @calculated_spend end |
#cost_filters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute cost_filters.
66 67 68 |
# File 'sig/types.rbs', line 66 def cost_filters @cost_filters end |
#cost_types ⇒ Types::CostTypes
Returns the value of attribute cost_types.
67 68 69 |
# File 'sig/types.rbs', line 67 def cost_types @cost_types end |
#filter_expression ⇒ Types::Expression
Returns the value of attribute filter_expression.
74 75 76 |
# File 'sig/types.rbs', line 74 def filter_expression @filter_expression end |
#health_status ⇒ Types::HealthStatus
Returns the value of attribute health_status.
77 78 79 |
# File 'sig/types.rbs', line 77 def health_status @health_status end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
72 73 74 |
# File 'sig/types.rbs', line 72 def last_updated_time @last_updated_time end |
#metrics ⇒ ::Array[("BlendedCost" | "UnblendedCost" | "AmortizedCost" | "NetUnblendedCost" | "NetAmortizedCost" | "UsageQuantity" | "NormalizedUsageAmount" | "Hours")]
Returns the value of attribute metrics.
75 76 77 |
# File 'sig/types.rbs', line 75 def metrics @metrics end |
#planned_budget_limits ⇒ ::Hash[::String, Types::Spend]
Returns the value of attribute planned_budget_limits.
65 66 67 |
# File 'sig/types.rbs', line 65 def planned_budget_limits @planned_budget_limits end |
#time_period ⇒ Types::TimePeriod
Returns the value of attribute time_period.
69 70 71 |
# File 'sig/types.rbs', line 69 def time_period @time_period end |
#time_unit ⇒ "DAILY", ...
Returns the value of attribute time_unit.
68 69 70 |
# File 'sig/types.rbs', line 68 def time_unit @time_unit end |