Class: Aws::Budgets::Types::DescribeBudgetPerformanceHistoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetPerformanceHistoryRequest
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the user.
-
#budget_name ⇒ String
A string that represents the budget name.
-
#max_results ⇒ Integer
An integer that represents how many entries a paginated response contains.
-
#next_token ⇒ String
A generic string.
-
#time_period ⇒ Types::TimePeriod
Retrieves how often the budget went into an
ALARMstate for the specified time period.
Instance Attribute Details
#account_id ⇒ String
The account ID of the user. It's a 12-digit number.
1246 1247 1248 1249 1250 1251 1252 1253 1254 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1246 class DescribeBudgetPerformanceHistoryRequest < Struct.new( :account_id, :budget_name, :time_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#budget_name ⇒ String
A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.
Budget names are validated for content. Names that contain phone numbers, URLs, or email addresses combined with certain terms may be rejected.
1246 1247 1248 1249 1250 1251 1252 1253 1254 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1246 class DescribeBudgetPerformanceHistoryRequest < Struct.new( :account_id, :budget_name, :time_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
An integer that represents how many entries a paginated response contains. The maximum is 100.
1246 1247 1248 1249 1250 1251 1252 1253 1254 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1246 class DescribeBudgetPerformanceHistoryRequest < Struct.new( :account_id, :budget_name, :time_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A generic string.
1246 1247 1248 1249 1250 1251 1252 1253 1254 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1246 class DescribeBudgetPerformanceHistoryRequest < Struct.new( :account_id, :budget_name, :time_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Types::TimePeriod
Retrieves how often the budget went into an ALARM state for the
specified time period.
1246 1247 1248 1249 1250 1251 1252 1253 1254 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1246 class DescribeBudgetPerformanceHistoryRequest < Struct.new( :account_id, :budget_name, :time_period, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |