Class: Aws::Deadline::Types::ListBudgetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ListBudgetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#farm_id ⇒ String
The farm ID associated with the budgets.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next set of results, or ‘null` to start from the beginning.
-
#status ⇒ String
The status to list for the budgets.
Instance Attribute Details
#farm_id ⇒ String
The farm ID associated with the budgets.
4916 4917 4918 4919 4920 4921 4922 4923 |
# File 'lib/aws-sdk-deadline/types.rb', line 4916 class ListBudgetsRequest < Struct.new( :next_token, :farm_id, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return. Use this parameter with ‘NextToken` to get results as a set of sequential pages.
4916 4917 4918 4919 4920 4921 4922 4923 |
# File 'lib/aws-sdk-deadline/types.rb', line 4916 class ListBudgetsRequest < Struct.new( :next_token, :farm_id, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or ‘null` to start from the beginning.
4916 4917 4918 4919 4920 4921 4922 4923 |
# File 'lib/aws-sdk-deadline/types.rb', line 4916 class ListBudgetsRequest < Struct.new( :next_token, :farm_id, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status to list for the budgets.
4916 4917 4918 4919 4920 4921 4922 4923 |
# File 'lib/aws-sdk-deadline/types.rb', line 4916 class ListBudgetsRequest < Struct.new( :next_token, :farm_id, :max_results, :status) SENSITIVE = [] include Aws::Structure end |