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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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