Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ArrayPropertiesSummary Source #
An object representing the array properties of a job.
See: newArrayPropertiesSummary
smart constructor.
Instances
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.