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

Description

 
Synopsis

Documentation

data ArrayProperties Source #

An object representing an Batch array job.

See: newArrayProperties smart constructor.

Constructors

ArrayProperties' 

Fields

Instances

Instances details
Eq ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

Read ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

Show ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

Generic ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

Associated Types

type Rep ArrayProperties :: Type -> Type #

NFData ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

Methods

rnf :: ArrayProperties -> () #

Hashable ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

ToJSON ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

type Rep ArrayProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.ArrayProperties

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

newArrayProperties :: ArrayProperties Source #

Create a value of ArrayProperties 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:ArrayProperties', arrayProperties_size - The size of the array job.

arrayProperties_size :: Lens' ArrayProperties (Maybe Int) Source #

The size of the array job.