Class: Aws::Batch::Types::DescribeSchedulingPoliciesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::DescribeSchedulingPoliciesResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      2752 2753 2754 2755 2756  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 2752 class DescribeSchedulingPoliciesResponse < Struct.new( :scheduling_policies) SENSITIVE = [] include Aws::Structure end  |