| 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.WellArchitected.Types.ChoiceAnswer
Description
Synopsis
- data ChoiceAnswer = ChoiceAnswer' {}
- newChoiceAnswer :: ChoiceAnswer
- choiceAnswer_choiceId :: Lens' ChoiceAnswer (Maybe Text)
- choiceAnswer_notes :: Lens' ChoiceAnswer (Maybe Text)
- choiceAnswer_reason :: Lens' ChoiceAnswer (Maybe ChoiceReason)
- choiceAnswer_status :: Lens' ChoiceAnswer (Maybe ChoiceStatus)
Documentation
data ChoiceAnswer Source #
A choice that has been answered on a question in your workload.
See: newChoiceAnswer smart constructor.
Constructors
| ChoiceAnswer' | |
Instances
newChoiceAnswer :: ChoiceAnswer Source #
Create a value of ChoiceAnswer 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:choiceId:ChoiceAnswer', choiceAnswer_choiceId - Undocumented member.
$sel:notes:ChoiceAnswer', choiceAnswer_notes - The notes associated with a choice.
$sel:reason:ChoiceAnswer', choiceAnswer_reason - The reason why a choice is non-applicable to a question in your
workload.
$sel:status:ChoiceAnswer', choiceAnswer_status - The status of a choice.
choiceAnswer_choiceId :: Lens' ChoiceAnswer (Maybe Text) Source #
Undocumented member.
choiceAnswer_notes :: Lens' ChoiceAnswer (Maybe Text) Source #
The notes associated with a choice.
choiceAnswer_reason :: Lens' ChoiceAnswer (Maybe ChoiceReason) Source #
The reason why a choice is non-applicable to a question in your workload.
choiceAnswer_status :: Lens' ChoiceAnswer (Maybe ChoiceStatus) Source #
The status of a choice.