| 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.ContainerSummary
Description
Documentation
data ContainerSummary Source #
An object that represents summary details of a container within a job.
See: newContainerSummary smart constructor.
Constructors
| ContainerSummary' | |
Instances
newContainerSummary :: ContainerSummary Source #
Create a value of ContainerSummary 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:exitCode:ContainerSummary', containerSummary_exitCode - The exit code to return upon completion.
$sel:reason:ContainerSummary', containerSummary_reason - A short (255 max characters) human-readable string to provide additional
details for a running or stopped container.
containerSummary_exitCode :: Lens' ContainerSummary (Maybe Int) Source #
The exit code to return upon completion.
containerSummary_reason :: Lens' ContainerSummary (Maybe Text) Source #
A short (255 max characters) human-readable string to provide additional details for a running or stopped container.