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