Class: Aws::Batch::Types::UpdateSchedulingPolicyRequest

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

Overview

Contains the parameters for ‘UpdateSchedulingPolicy`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


10218
10219
10220
10221
10222
10223
# File 'lib/aws-sdk-batch/types.rb', line 10218

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

#fairshare_policyTypes::FairsharePolicy

The fair-share policy scheduling details.



10218
10219
10220
10221
10222
10223
# File 'lib/aws-sdk-batch/types.rb', line 10218

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