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:



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