| 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.MigrationHubOrchestrator.Types.TemplateSummary
Description
Synopsis
- data TemplateSummary = TemplateSummary' {}
- newTemplateSummary :: TemplateSummary
- templateSummary_arn :: Lens' TemplateSummary (Maybe Text)
- templateSummary_description :: Lens' TemplateSummary (Maybe Text)
- templateSummary_id :: Lens' TemplateSummary (Maybe Text)
- templateSummary_name :: Lens' TemplateSummary (Maybe Text)
Documentation
data TemplateSummary Source #
The summary of the template.
See: newTemplateSummary smart constructor.
Constructors
| TemplateSummary' | |
Instances
newTemplateSummary :: TemplateSummary Source #
Create a value of TemplateSummary 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:arn:TemplateSummary', templateSummary_arn - The Amazon Resource Name (ARN) of the template.
$sel:description:TemplateSummary', templateSummary_description - The description of the template.
$sel:id:TemplateSummary', templateSummary_id - The ID of the template.
$sel:name:TemplateSummary', templateSummary_name - The name of the template.
templateSummary_arn :: Lens' TemplateSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the template.
templateSummary_description :: Lens' TemplateSummary (Maybe Text) Source #
The description of the template.
templateSummary_id :: Lens' TemplateSummary (Maybe Text) Source #
The ID of the template.
templateSummary_name :: Lens' TemplateSummary (Maybe Text) Source #
The name of the template.