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 JobTemplateSummary = JobTemplateSummary' {}
- newJobTemplateSummary :: JobTemplateSummary
- jobTemplateSummary_createdAt :: Lens' JobTemplateSummary (Maybe UTCTime)
- jobTemplateSummary_jobTemplateId :: Lens' JobTemplateSummary (Maybe Text)
- jobTemplateSummary_jobTemplateArn :: Lens' JobTemplateSummary (Maybe Text)
- jobTemplateSummary_description :: Lens' JobTemplateSummary (Maybe Text)
Documentation
data JobTemplateSummary Source #
An object that contains information about the job template.
See: newJobTemplateSummary
smart constructor.
JobTemplateSummary' | |
|
Instances
newJobTemplateSummary :: JobTemplateSummary Source #
Create a value of JobTemplateSummary
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:createdAt:JobTemplateSummary'
, jobTemplateSummary_createdAt
- The time, in seconds since the epoch, when the job template was created.
$sel:jobTemplateId:JobTemplateSummary'
, jobTemplateSummary_jobTemplateId
- The unique identifier of the job template.
$sel:jobTemplateArn:JobTemplateSummary'
, jobTemplateSummary_jobTemplateArn
- The ARN of the job template.
$sel:description:JobTemplateSummary'
, jobTemplateSummary_description
- A description of the job template.
jobTemplateSummary_createdAt :: Lens' JobTemplateSummary (Maybe UTCTime) Source #
The time, in seconds since the epoch, when the job template was created.
jobTemplateSummary_jobTemplateId :: Lens' JobTemplateSummary (Maybe Text) Source #
The unique identifier of the job template.
jobTemplateSummary_jobTemplateArn :: Lens' JobTemplateSummary (Maybe Text) Source #
The ARN of the job template.
jobTemplateSummary_description :: Lens' JobTemplateSummary (Maybe Text) Source #
A description of the job template.