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 ChoiceAnswerSummary = ChoiceAnswerSummary' {}
- newChoiceAnswerSummary :: ChoiceAnswerSummary
- choiceAnswerSummary_status :: Lens' ChoiceAnswerSummary (Maybe ChoiceStatus)
- choiceAnswerSummary_reason :: Lens' ChoiceAnswerSummary (Maybe ChoiceReason)
- choiceAnswerSummary_choiceId :: Lens' ChoiceAnswerSummary (Maybe Text)
Documentation
data ChoiceAnswerSummary Source #
A choice summary that has been answered on a question in your workload.
See: newChoiceAnswerSummary
smart constructor.
ChoiceAnswerSummary' | |
|
Instances
newChoiceAnswerSummary :: ChoiceAnswerSummary Source #
Create a value of ChoiceAnswerSummary
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:ChoiceAnswerSummary'
, choiceAnswerSummary_status
- The status of a choice.
$sel:reason:ChoiceAnswerSummary'
, choiceAnswerSummary_reason
- The reason why a choice is non-applicable to a question in your
workload.
$sel:choiceId:ChoiceAnswerSummary'
, choiceAnswerSummary_choiceId
- Undocumented member.
choiceAnswerSummary_status :: Lens' ChoiceAnswerSummary (Maybe ChoiceStatus) Source #
The status of a choice.
choiceAnswerSummary_reason :: Lens' ChoiceAnswerSummary (Maybe ChoiceReason) Source #
The reason why a choice is non-applicable to a question in your workload.
choiceAnswerSummary_choiceId :: Lens' ChoiceAnswerSummary (Maybe Text) Source #
Undocumented member.