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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6661
6662
6663
6664
6665
6666
6667
6668
# File 'lib/aws-sdk-batch/types.rb', line 6661

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.



6661
6662
6663
6664
6665
6666
6667
6668
# File 'lib/aws-sdk-batch/types.rb', line 6661

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

#nameString

The name of the scheduling policy.

Returns:

  • (String)


6661
6662
6663
6664
6665
6666
6667
6668
# File 'lib/aws-sdk-batch/types.rb', line 6661

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*.

[1]: docs.aws.amazon.com/general/latest/gr/aws_tagging.html

Returns:

  • (Hash<String,String>)


6661
6662
6663
6664
6665
6666
6667
6668
# File 'lib/aws-sdk-batch/types.rb', line 6661

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