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.
8274 8275 8276 8277 8278 8279 |
# File 'lib/aws-sdk-batch/types.rb', line 8274 class UpdateSchedulingPolicyRequest < Struct.new( :arn, :fairshare_policy) SENSITIVE = [] include Aws::Structure end |
#fairshare_policy ⇒ Types::FairsharePolicy
The fair share policy.
8274 8275 8276 8277 8278 8279 |
# File 'lib/aws-sdk-batch/types.rb', line 8274 class UpdateSchedulingPolicyRequest < Struct.new( :arn, :fairshare_policy) SENSITIVE = [] include Aws::Structure end |