Class: Aws::Budgets::Types::DescribeBudgetNotificationsForAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::DescribeBudgetNotificationsForAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The account ID of the user.
-
#max_results ⇒ Integer
An integer that represents how many budgets a paginated response contains.
-
#next_token ⇒ String
A generic string.
Instance Attribute Details
#account_id ⇒ String
The account ID of the user. It’s a 12-digit number.
1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-budgets/types.rb', line 1066 class DescribeBudgetNotificationsForAccountRequest < Struct.new( :account_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
An integer that represents how many budgets a paginated response contains. The default is 50.
1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-budgets/types.rb', line 1066 class DescribeBudgetNotificationsForAccountRequest < Struct.new( :account_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A generic string.
1066 1067 1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-budgets/types.rb', line 1066 class DescribeBudgetNotificationsForAccountRequest < Struct.new( :account_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |