| 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.KeySpaces.Types.Comment
Description
Documentation
An optional comment that describes the table.
See: newComment smart constructor.
Instances
| FromJSON Comment Source # | |
| ToJSON Comment Source # | |
Defined in Amazonka.KeySpaces.Types.Comment | |
| Generic Comment Source # | |
| Read Comment Source # | |
| Show Comment Source # | |
| NFData Comment Source # | |
Defined in Amazonka.KeySpaces.Types.Comment | |
| Eq Comment Source # | |
| Hashable Comment Source # | |
Defined in Amazonka.KeySpaces.Types.Comment | |
| type Rep Comment Source # | |
Defined in Amazonka.KeySpaces.Types.Comment | |
Create a value of Comment 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:message:Comment', comment_message - An optional description of the table.