Class: Aws::Budgets::Types::DescribeNotificationsForBudgetRequest

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

Overview

Request of DescribeNotificationsForBudget

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The accountId that is associated with the budget whose notifications you want descriptions of.

Returns:

  • (String)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1223

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

#budget_nameString

The name of the budget whose notifications you want descriptions of.

Returns:

  • (String)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1223

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

#max_resultsInteger

An optional integer that represents how many entries a paginated response contains.

Returns:

  • (Integer)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1223

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

#next_tokenString

The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

Returns:

  • (String)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1223

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