| 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.IotTwinMaker.Types.ComponentPropertyGroupResponse
Description
Synopsis
- data ComponentPropertyGroupResponse = ComponentPropertyGroupResponse' {
- groupType :: GroupType
- propertyNames :: [Text]
- isInherited :: Bool
- newComponentPropertyGroupResponse :: GroupType -> Bool -> ComponentPropertyGroupResponse
- componentPropertyGroupResponse_groupType :: Lens' ComponentPropertyGroupResponse GroupType
- componentPropertyGroupResponse_propertyNames :: Lens' ComponentPropertyGroupResponse [Text]
- componentPropertyGroupResponse_isInherited :: Lens' ComponentPropertyGroupResponse Bool
Documentation
data ComponentPropertyGroupResponse Source #
The component property group response.
See: newComponentPropertyGroupResponse smart constructor.
Constructors
| ComponentPropertyGroupResponse' | |
Fields
| |
Instances
newComponentPropertyGroupResponse Source #
Arguments
| :: GroupType | |
| -> Bool | |
| -> ComponentPropertyGroupResponse |
Create a value of ComponentPropertyGroupResponse 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:groupType:ComponentPropertyGroupResponse', componentPropertyGroupResponse_groupType - The group type.
$sel:propertyNames:ComponentPropertyGroupResponse', componentPropertyGroupResponse_propertyNames - The names of properties
$sel:isInherited:ComponentPropertyGroupResponse', componentPropertyGroupResponse_isInherited - A Boolean value that specifies whether the property group is inherited
from a parent entity
componentPropertyGroupResponse_groupType :: Lens' ComponentPropertyGroupResponse GroupType Source #
The group type.
componentPropertyGroupResponse_propertyNames :: Lens' ComponentPropertyGroupResponse [Text] Source #
The names of properties
componentPropertyGroupResponse_isInherited :: Lens' ComponentPropertyGroupResponse Bool Source #
A Boolean value that specifies whether the property group is inherited from a parent entity