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 ParameterObject Source #
Contains information about a parameter object.
See: newParameterObject
smart constructor.
ParameterObject' | |
|
Instances
Create a value of ParameterObject
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:ParameterObject'
, parameterObject_id
- The ID of the parameter object.
$sel:attributes:ParameterObject'
, parameterObject_attributes
- The attributes of the parameter object.
parameterObject_id :: Lens' ParameterObject Text Source #
The ID of the parameter object.
parameterObject_attributes :: Lens' ParameterObject [ParameterAttribute] Source #
The attributes of the parameter object.