Class: Aws::Batch::Types::DescribeSchedulingPoliciesRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Batch::Types::DescribeSchedulingPoliciesRequest
 
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
Contains the parameters for DescribeSchedulingPolicies.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #arns  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries. 
Instance Attribute Details
#arns ⇒ Array<String>
A list of up to 100 scheduling policy Amazon Resource Name (ARN) entries.
| 3199 3200 3201 3202 3203 | # File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 3199 class DescribeSchedulingPoliciesRequest < Struct.new( :arns) SENSITIVE = [] include Aws::Structure end |