Class: Aws::Batch::Types::DescribeSchedulingPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DescribeSchedulingPoliciesResponse
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduling_policies ⇒ Array<Types::SchedulingPolicyDetail>
The list of scheduling policies.
Instance Attribute Details
#scheduling_policies ⇒ Array<Types::SchedulingPolicyDetail>
The list of scheduling policies.
2762 2763 2764 2765 2766 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2762 class DescribeSchedulingPoliciesResponse < Struct.new( :scheduling_policies) SENSITIVE = [] include Aws::Structure end |