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