libZSservicesZSamazonka-batchZSamazonka-batch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Batch.Types.ArrayPropertiesSummary

Description

 
Synopsis

Documentation

data ArrayPropertiesSummary Source #

An object representing the array properties of a job.

See: newArrayPropertiesSummary smart constructor.

Constructors

ArrayPropertiesSummary' 

Fields

  • size :: Maybe Int

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

  • index :: Maybe Int

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

Instances

Instances details
Eq ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

Read ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

Show ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

Generic ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

Associated Types

type Rep ArrayPropertiesSummary :: Type -> Type #

NFData ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

Methods

rnf :: ArrayPropertiesSummary -> () #

Hashable ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

FromJSON ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

type Rep ArrayPropertiesSummary Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayPropertiesSummary

type Rep ArrayPropertiesSummary = D1 ('MetaData "ArrayPropertiesSummary" "Amazonka.Batch.Types.ArrayPropertiesSummary" "libZSservicesZSamazonka-batchZSamazonka-batch" 'False) (C1 ('MetaCons "ArrayPropertiesSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "index") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newArrayPropertiesSummary :: ArrayPropertiesSummary Source #

Create a value of ArrayPropertiesSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:size:ArrayPropertiesSummary', arrayPropertiesSummary_size - The size of the array job. This parameter is returned for parent array jobs.

$sel:index:ArrayPropertiesSummary', arrayPropertiesSummary_index - The job index within the array that's associated with this job. This parameter is returned for children of array jobs.

arrayPropertiesSummary_size :: Lens' ArrayPropertiesSummary (Maybe Int) Source #

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

arrayPropertiesSummary_index :: Lens' ArrayPropertiesSummary (Maybe Int) Source #

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