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)


2459
2460
2461
2462
2463
# File 'lib/aws-sdk-batch/types.rb', line 2459

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