| 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.MigrationHubStrategy.Types.ApplicationComponentSummary
Description
Synopsis
Documentation
data ApplicationComponentSummary Source #
Contains the summary of application components.
See: newApplicationComponentSummary smart constructor.
Constructors
| ApplicationComponentSummary' | |
Instances
newApplicationComponentSummary :: ApplicationComponentSummary Source #
Create a value of ApplicationComponentSummary 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:appType:ApplicationComponentSummary', applicationComponentSummary_appType - Contains the name of application types.
$sel:count:ApplicationComponentSummary', applicationComponentSummary_count - Contains the count of application type.
applicationComponentSummary_appType :: Lens' ApplicationComponentSummary (Maybe AppType) Source #
Contains the name of application types.
applicationComponentSummary_count :: Lens' ApplicationComponentSummary (Maybe Int) Source #
Contains the count of application type.