Class: Aws::Batch::Types::DescribeSchedulingPoliciesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduling_policiesArray<Types::SchedulingPolicyDetail>

The list of scheduling policies.

Returns:



2742
2743
2744
2745
2746
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2742

class DescribeSchedulingPoliciesResponse < Struct.new(
  :scheduling_policies)
  SENSITIVE = []
  include Aws::Structure
end