| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Batch.Types.ArrayPropertiesDetail
Description
Synopsis
- data ArrayPropertiesDetail = ArrayPropertiesDetail' {}
- newArrayPropertiesDetail :: ArrayPropertiesDetail
- arrayPropertiesDetail_index :: Lens' ArrayPropertiesDetail (Maybe Int)
- arrayPropertiesDetail_size :: Lens' ArrayPropertiesDetail (Maybe Int)
- arrayPropertiesDetail_statusSummary :: Lens' ArrayPropertiesDetail (Maybe (HashMap Text Int))
Documentation
data ArrayPropertiesDetail Source #
An object that represents the array properties of a job.
See: newArrayPropertiesDetail smart constructor.
Constructors
| ArrayPropertiesDetail' | |
Fields
| |
Instances
newArrayPropertiesDetail :: ArrayPropertiesDetail Source #
Create a value of ArrayPropertiesDetail 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:index:ArrayPropertiesDetail', arrayPropertiesDetail_index - The job index within the array that's associated with this job. This
parameter is returned for array job children.
$sel:size:ArrayPropertiesDetail', arrayPropertiesDetail_size - The size of the array job. This parameter is returned for parent array
jobs.
$sel:statusSummary:ArrayPropertiesDetail', arrayPropertiesDetail_statusSummary - A summary of the number of array job children in each available job
status. This parameter is returned for parent array jobs.
arrayPropertiesDetail_index :: Lens' ArrayPropertiesDetail (Maybe Int) Source #
The job index within the array that's associated with this job. This parameter is returned for array job children.
arrayPropertiesDetail_size :: Lens' ArrayPropertiesDetail (Maybe Int) Source #
The size of the array job. This parameter is returned for parent array jobs.
arrayPropertiesDetail_statusSummary :: Lens' ArrayPropertiesDetail (Maybe (HashMap Text Int)) Source #
A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.