| 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.ServiceCatalog.Types.LaunchPath
Description
Synopsis
- data LaunchPath = LaunchPath' {}
- newLaunchPath :: LaunchPath
- launchPath_id :: Lens' LaunchPath (Maybe Text)
- launchPath_name :: Lens' LaunchPath (Maybe Text)
Documentation
data LaunchPath Source #
A launch path object.
See: newLaunchPath smart constructor.
Constructors
| LaunchPath' | |
Instances
newLaunchPath :: LaunchPath Source #
Create a value of LaunchPath 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:id:LaunchPath', launchPath_id - The identifier of the launch path.
$sel:name:LaunchPath', launchPath_name - The name of the launch path.
launchPath_id :: Lens' LaunchPath (Maybe Text) Source #
The identifier of the launch path.
launchPath_name :: Lens' LaunchPath (Maybe Text) Source #
The name of the launch path.