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 AnswerSummary = AnswerSummary' {
- isApplicable :: Maybe Bool
- pillarId :: Maybe Text
- choiceAnswerSummaries :: Maybe [ChoiceAnswerSummary]
- risk :: Maybe Risk
- questionTitle :: Maybe Text
- selectedChoices :: Maybe [Text]
- reason :: Maybe AnswerReason
- choices :: Maybe [Choice]
- questionId :: Maybe Text
- newAnswerSummary :: AnswerSummary
- answerSummary_isApplicable :: Lens' AnswerSummary (Maybe Bool)
- answerSummary_pillarId :: Lens' AnswerSummary (Maybe Text)
- answerSummary_choiceAnswerSummaries :: Lens' AnswerSummary (Maybe [ChoiceAnswerSummary])
- answerSummary_risk :: Lens' AnswerSummary (Maybe Risk)
- answerSummary_questionTitle :: Lens' AnswerSummary (Maybe Text)
- answerSummary_selectedChoices :: Lens' AnswerSummary (Maybe [Text])
- answerSummary_reason :: Lens' AnswerSummary (Maybe AnswerReason)
- answerSummary_choices :: Lens' AnswerSummary (Maybe [Choice])
- answerSummary_questionId :: Lens' AnswerSummary (Maybe Text)
Documentation
data AnswerSummary Source #
An answer summary of a lens review in a workload.
See: newAnswerSummary
smart constructor.
AnswerSummary' | |
|
Instances
newAnswerSummary :: AnswerSummary Source #
Create a value of AnswerSummary
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:isApplicable:AnswerSummary'
, answerSummary_isApplicable
- Undocumented member.
$sel:pillarId:AnswerSummary'
, answerSummary_pillarId
- Undocumented member.
$sel:choiceAnswerSummaries:AnswerSummary'
, answerSummary_choiceAnswerSummaries
- A list of selected choices to a question in your workload.
$sel:risk:AnswerSummary'
, answerSummary_risk
- Undocumented member.
$sel:questionTitle:AnswerSummary'
, answerSummary_questionTitle
- Undocumented member.
$sel:selectedChoices:AnswerSummary'
, answerSummary_selectedChoices
- Undocumented member.
$sel:reason:AnswerSummary'
, answerSummary_reason
- The reason why a choice is non-applicable to a question in your
workload.
$sel:choices:AnswerSummary'
, answerSummary_choices
- Undocumented member.
$sel:questionId:AnswerSummary'
, answerSummary_questionId
- Undocumented member.
answerSummary_isApplicable :: Lens' AnswerSummary (Maybe Bool) Source #
Undocumented member.
answerSummary_pillarId :: Lens' AnswerSummary (Maybe Text) Source #
Undocumented member.
answerSummary_choiceAnswerSummaries :: Lens' AnswerSummary (Maybe [ChoiceAnswerSummary]) Source #
A list of selected choices to a question in your workload.
answerSummary_risk :: Lens' AnswerSummary (Maybe Risk) Source #
Undocumented member.
answerSummary_questionTitle :: Lens' AnswerSummary (Maybe Text) Source #
Undocumented member.
answerSummary_selectedChoices :: Lens' AnswerSummary (Maybe [Text]) Source #
Undocumented member.
answerSummary_reason :: Lens' AnswerSummary (Maybe AnswerReason) Source #
The reason why a choice is non-applicable to a question in your workload.
answerSummary_choices :: Lens' AnswerSummary (Maybe [Choice]) Source #
Undocumented member.
answerSummary_questionId :: Lens' AnswerSummary (Maybe Text) Source #
Undocumented member.