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

Class: Aws::Batch::Types::ArrayPropertiesDetail

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

Overview

An object representing the array properties of a job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#indexInteger

The job index within the array that is associated with this job. This parameter is returned for array job children.

Returns:

  • (Integer)

    The job index within the array that is associated with this job.

#sizeInteger

The size of the array job. This parameter is returned for parent array jobs.

Returns:

  • (Integer)

    The size of the array job.

#status_summaryHash<String,Integer>

A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.

Returns:

  • (Hash<String,Integer>)

    A summary of the number of array job children in each available job status.