Class: Aws::Budgets::Types::DescribeBudgetPerformanceHistoryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The account ID of the user. It's a 12-digit number.

Returns:

  • (String)


1098
1099
1100
1101
1102
1103
1104
1105
1106
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1098

class DescribeBudgetPerformanceHistoryRequest < Struct.new(
  :account_id,
  :budget_name,
  :time_period,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#budget_nameString

A string that represents the budget name. The ":" and "\" characters, and the "/action/" substring, aren't allowed.

Returns:

  • (String)


1098
1099
1100
1101
1102
1103
1104
1105
1106
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1098

class DescribeBudgetPerformanceHistoryRequest < Struct.new(
  :account_id,
  :budget_name,
  :time_period,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An integer that represents how many entries a paginated response contains. The maximum is 100.

Returns:

  • (Integer)


1098
1099
1100
1101
1102
1103
1104
1105
1106
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1098

class DescribeBudgetPerformanceHistoryRequest < Struct.new(
  :account_id,
  :budget_name,
  :time_period,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A generic string.

Returns:

  • (String)


1098
1099
1100
1101
1102
1103
1104
1105
1106
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1098

class DescribeBudgetPerformanceHistoryRequest < Struct.new(
  :account_id,
  :budget_name,
  :time_period,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#time_periodTypes::TimePeriod

Retrieves how often the budget went into an ALARM state for the specified time period.

Returns:



1098
1099
1100
1101
1102
1103
1104
1105
1106
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1098

class DescribeBudgetPerformanceHistoryRequest < Struct.new(
  :account_id,
  :budget_name,
  :time_period,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end