Class: Aws::ServiceCatalog::Types::ListBudgetsForResourceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListBudgetsForResourceOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#budgets ⇒ Array<Types::BudgetDetail>
Information about the associated budgets.
-
#next_page_token ⇒ String
The page token to use to retrieve the next set of results.
Instance Attribute Details
#budgets ⇒ Array<Types::BudgetDetail>
Information about the associated budgets.
3102 3103 3104 3105 3106 3107 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3102 class ListBudgetsForResourceOutput < Struct.new( :budgets, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#next_page_token ⇒ String
The page token to use to retrieve the next set of results. If there are no additional results, this value is null.
3102 3103 3104 3105 3106 3107 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3102 class ListBudgetsForResourceOutput < Struct.new( :budgets, :next_page_token) SENSITIVE = [] include Aws::Structure end |