Class: Aws::Batch::Types::DescribeSchedulingPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DescribeSchedulingPoliciesRequest
- Includes:
- Structure
- Defined in:
- 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.
2740 2741 2742 2743 2744 |
# File 'lib/aws-sdk-batch/types.rb', line 2740 class DescribeSchedulingPoliciesRequest < Struct.new( :arns) SENSITIVE = [] include Aws::Structure end |