You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Batch::Types::ComputeEnvironmentOrder

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ComputeEnvironmentOrder as input to an Aws::Client method, you can use a vanilla Hash:

{
  order: 1, # required
  compute_environment: "String", # required
}

The order in which compute environments are tried for job placement within a queue. Compute environments are tried in ascending order. For example, if two compute environments are associated with a job queue, the compute environment with a lower order integer value is tried for job placement first.

Instance Attribute Summary collapse

Instance Attribute Details

#compute_environmentString

The Amazon Resource Name (ARN) of the compute environment.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the compute environment.

#orderInteger

The order of the compute environment.

Returns:

  • (Integer)

    The order of the compute environment.