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 |
Documentation
data ResourcePathComponent Source #
Describes the resource path.
See: newResourcePathComponent
smart constructor.
Instances
newResourcePathComponent :: ResourcePathComponent Source #
Create a value of ResourcePathComponent
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:ResourcePathComponent'
, resourcePathComponent_name
- The name of the resource path.
$sel:id:ResourcePathComponent'
, resourcePathComponent_id
- The ID of the resource path.
resourcePathComponent_name :: Lens' ResourcePathComponent (Maybe Text) Source #
The name of the resource path.
resourcePathComponent_id :: Lens' ResourcePathComponent (Maybe Text) Source #
The ID of the resource path.