Class: Aws::Batch::Types::SchedulingPolicyDetail

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

Overview

An object that represents a scheduling policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the scheduling policy. An example is arn:aws:batch:us-east-1:123456789012:scheduling-policy/HighPriority .

Returns:

  • (String)


6544
6545
6546
6547
6548
6549
6550
6551
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6544

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

#fairshare_policyTypes::FairsharePolicy

The fair share policy for the scheduling policy.



6544
6545
6546
6547
6548
6549
6550
6551
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6544

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

#nameString

The name of the scheduling policy.

Returns:

  • (String)


6544
6545
6546
6547
6548
6549
6550
6551
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6544

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

#tagsHash<String,String>

The tags that you apply to the scheduling policy to categorize and organize your resources. Each tag consists of a key and an optional value. For more information, see Tagging Amazon Web Services resources in Amazon Web Services General Reference.

Returns:

  • (Hash<String,String>)


6544
6545
6546
6547
6548
6549
6550
6551
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6544

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