Class: Aws::Batch::Types::DeleteSchedulingPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::DeleteSchedulingPolicyRequest
- Defined in:
- gems/aws-sdk-batch/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.
2469 2470 2471 2472 2473 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 2469 class DeleteSchedulingPolicyRequest < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |