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 |
Synopsis
- data ContainerDetails = ContainerDetails' {}
- newContainerDetails :: ContainerDetails
- containerDetails_name :: Lens' ContainerDetails (Maybe Text)
- containerDetails_imageId :: Lens' ContainerDetails (Maybe Text)
- containerDetails_imageName :: Lens' ContainerDetails (Maybe Text)
- containerDetails_launchedAt :: Lens' ContainerDetails (Maybe Text)
Documentation
data ContainerDetails Source #
Container details related to a finding.
See: newContainerDetails
smart constructor.
ContainerDetails' | |
|
Instances
newContainerDetails :: ContainerDetails Source #
Create a value of ContainerDetails
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:name:ContainerDetails'
, containerDetails_name
- The name of the container related to a finding.
$sel:imageId:ContainerDetails'
, containerDetails_imageId
- The identifier of the image related to a finding.
$sel:imageName:ContainerDetails'
, containerDetails_imageName
- The name of the image related to a finding.
$sel:launchedAt:ContainerDetails'
, containerDetails_launchedAt
- Indicates when the container started.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
containerDetails_name :: Lens' ContainerDetails (Maybe Text) Source #
The name of the container related to a finding.
containerDetails_imageId :: Lens' ContainerDetails (Maybe Text) Source #
The identifier of the image related to a finding.
containerDetails_imageName :: Lens' ContainerDetails (Maybe Text) Source #
The name of the image related to a finding.
containerDetails_launchedAt :: Lens' ContainerDetails (Maybe Text) Source #
Indicates when the container started.
Uses the date-time
format specified in
RFC 3339 section 5.6, Internet Date/Time Format.
The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.