| 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.IoT1ClickDevices.Types.Attributes
Description
Synopsis
- data Attributes = Attributes' {
- newAttributes :: Attributes
Documentation
data Attributes Source #
See: newAttributes smart constructor.
Constructors
| Attributes' | |
Instances
| FromJSON Attributes Source # | |
Defined in Amazonka.IoT1ClickDevices.Types.Attributes | |
| Generic Attributes Source # | |
Defined in Amazonka.IoT1ClickDevices.Types.Attributes Associated Types type Rep Attributes :: Type -> Type # | |
| Read Attributes Source # | |
Defined in Amazonka.IoT1ClickDevices.Types.Attributes Methods readsPrec :: Int -> ReadS Attributes # readList :: ReadS [Attributes] # readPrec :: ReadPrec Attributes # readListPrec :: ReadPrec [Attributes] # | |
| Show Attributes Source # | |
Defined in Amazonka.IoT1ClickDevices.Types.Attributes Methods showsPrec :: Int -> Attributes -> ShowS # show :: Attributes -> String # showList :: [Attributes] -> ShowS # | |
| NFData Attributes Source # | |
Defined in Amazonka.IoT1ClickDevices.Types.Attributes Methods rnf :: Attributes -> () # | |
| Eq Attributes Source # | |
Defined in Amazonka.IoT1ClickDevices.Types.Attributes | |
| Hashable Attributes Source # | |
Defined in Amazonka.IoT1ClickDevices.Types.Attributes | |
| type Rep Attributes Source # | |
newAttributes :: Attributes Source #
Create a value of Attributes with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.