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.
2981 2982 2983 2984 2985 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2981 class DescribeSchedulingPoliciesResponse < Struct.new( :scheduling_policies) SENSITIVE = [] include Aws::Structure end |