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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-batch/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)


8135
8136
8137
8138
8139
8140
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8135

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

#fairshare_policyTypes::FairsharePolicy

The fair share policy.



8135
8136
8137
8138
8139
8140
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8135

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