| 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.PropertyGroupResponse
Description
Synopsis
- data PropertyGroupResponse = PropertyGroupResponse' {
- groupType :: GroupType
- propertyNames :: [Text]
- isInherited :: Bool
- newPropertyGroupResponse :: GroupType -> Bool -> PropertyGroupResponse
- propertyGroupResponse_groupType :: Lens' PropertyGroupResponse GroupType
- propertyGroupResponse_propertyNames :: Lens' PropertyGroupResponse [Text]
- propertyGroupResponse_isInherited :: Lens' PropertyGroupResponse Bool
Documentation
data PropertyGroupResponse Source #
The property group response
See: newPropertyGroupResponse smart constructor.
Constructors
| PropertyGroupResponse' | |
Fields
| |
Instances
newPropertyGroupResponse Source #
Arguments
| :: GroupType | |
| -> Bool | |
| -> PropertyGroupResponse |
Create a value of PropertyGroupResponse 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:PropertyGroupResponse', propertyGroupResponse_groupType - The group types.
$sel:propertyNames:PropertyGroupResponse', propertyGroupResponse_propertyNames - The names of properties.
$sel:isInherited:PropertyGroupResponse', propertyGroupResponse_isInherited - A Boolean value that specifies whether the property group is inherited
from a parent entity
propertyGroupResponse_groupType :: Lens' PropertyGroupResponse GroupType Source #
The group types.
propertyGroupResponse_propertyNames :: Lens' PropertyGroupResponse [Text] Source #
The names of properties.
propertyGroupResponse_isInherited :: Lens' PropertyGroupResponse Bool Source #
A Boolean value that specifies whether the property group is inherited from a parent entity