Class: Aws::Batch::Types::ListSchedulingPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ListSchedulingPoliciesResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The
nextTokenvalue to include in a futureListSchedulingPoliciesrequest. -
#scheduling_policies ⇒ Array<Types::SchedulingPolicyListingDetail>
A list of scheduling policies that match the request.
Instance Attribute Details
#next_token ⇒ String
The nextToken value to include in a future
ListSchedulingPolicies request. When the results of a
ListSchedulingPolicies request exceed maxResults, this value can
be used to retrieve the next page of results. This value is null
when there are no more results to return.
7713 7714 7715 7716 7717 7718 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7713 class ListSchedulingPoliciesResponse < Struct.new( :scheduling_policies, :next_token) SENSITIVE = [] include Aws::Structure end |
#scheduling_policies ⇒ Array<Types::SchedulingPolicyListingDetail>
A list of scheduling policies that match the request.
7713 7714 7715 7716 7717 7718 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 7713 class ListSchedulingPoliciesResponse < Struct.new( :scheduling_policies, :next_token) SENSITIVE = [] include Aws::Structure end |