| 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 |
Amazonka.WellArchitected.Types.Choice
Description
Documentation
A choice available to answer question.
See: newChoice smart constructor.
Instances
| Eq Choice Source # | |
| Read Choice Source # | |
| Show Choice Source # | |
| Generic Choice Source # | |
| NFData Choice Source # | |
Defined in Amazonka.WellArchitected.Types.Choice | |
| Hashable Choice Source # | |
Defined in Amazonka.WellArchitected.Types.Choice | |
| FromJSON Choice Source # | |
| type Rep Choice Source # | |
Defined in Amazonka.WellArchitected.Types.Choice type Rep Choice = D1 ('MetaData "Choice" "Amazonka.WellArchitected.Types.Choice" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "Choice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "title") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "choiceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) | |
Create a value of Choice 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:title:Choice', choice_title - Undocumented member.
$sel:description:Choice', choice_description - Undocumented member.
$sel:choiceId:Choice', choice_choiceId - Undocumented member.