Class: Aws::Budgets::Types::DescribeBudgetsResponse

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

Overview

Response of DescribeBudgets

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#budgetsArray<Types::Budget>

A list of budgets.

Returns:



1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1195

class DescribeBudgetsResponse < Struct.new(
  :budgets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token in the service response that indicates the next set of results that you can retrieve.

Returns:

  • (String)


1195
1196
1197
1198
1199
1200
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1195

class DescribeBudgetsResponse < Struct.new(
  :budgets,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end