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.
2969 2970 2971 2972 2973 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2969 class DescribeSchedulingPoliciesRequest < Struct.new( :arns) SENSITIVE = [] include Aws::Structure end |