Class: Aws::Batch::Types::DeleteSchedulingPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DeleteSchedulingPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
Contains the parameters for ‘DeleteSchedulingPolicy`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the scheduling policy to delete.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the scheduling policy to delete.
2479 2480 2481 2482 2483 |
# File 'lib/aws-sdk-batch/types.rb', line 2479 class DeleteSchedulingPolicyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |