Class: Aws::Batch::Types::UpdateSchedulingPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::UpdateSchedulingPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-batch/types.rb
Overview
Contains the parameters for ‘UpdateSchedulingPolicy`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the scheduling policy to update.
-
#fairshare_policy ⇒ Types::FairsharePolicy
The fair share policy.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the scheduling policy to update.
8250 8251 8252 8253 8254 8255 |
# File 'lib/aws-sdk-batch/types.rb', line 8250 class UpdateSchedulingPolicyRequest < Struct.new( :arn, :fairshare_policy) SENSITIVE = [] include Aws::Structure end |
#fairshare_policy ⇒ Types::FairsharePolicy
The fair share policy.
8250 8251 8252 8253 8254 8255 |
# File 'lib/aws-sdk-batch/types.rb', line 8250 class UpdateSchedulingPolicyRequest < Struct.new( :arn, :fairshare_policy) SENSITIVE = [] include Aws::Structure end |