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

Class: Aws::Batch::Types::ArrayPropertiesSummary

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 children of array jobs.

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.