Class: Aws::Batch::Types::DeleteSchedulingPolicyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

Contains the parameters for DeleteSchedulingPolicy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the scheduling policy to delete.

Returns:

  • (String)


2907
2908
2909
2910
2911
# File 'lib/aws-sdk-batch/types.rb', line 2907

class DeleteSchedulingPolicyRequest < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end