| 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.QuestionDifference
Description
Synopsis
- data QuestionDifference = QuestionDifference' {}
- newQuestionDifference :: QuestionDifference
- questionDifference_differenceStatus :: Lens' QuestionDifference (Maybe DifferenceStatus)
- questionDifference_questionId :: Lens' QuestionDifference (Maybe Text)
- questionDifference_questionTitle :: Lens' QuestionDifference (Maybe Text)
Documentation
data QuestionDifference Source #
A question difference return object.
See: newQuestionDifference smart constructor.
Constructors
| QuestionDifference' | |
Fields
| |
Instances
newQuestionDifference :: QuestionDifference Source #
Create a value of QuestionDifference 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:differenceStatus:QuestionDifference', questionDifference_differenceStatus - Indicates the type of change to the question.
$sel:questionId:QuestionDifference', questionDifference_questionId - Undocumented member.
$sel:questionTitle:QuestionDifference', questionDifference_questionTitle - Undocumented member.
questionDifference_differenceStatus :: Lens' QuestionDifference (Maybe DifferenceStatus) Source #
Indicates the type of change to the question.
questionDifference_questionId :: Lens' QuestionDifference (Maybe Text) Source #
Undocumented member.
questionDifference_questionTitle :: Lens' QuestionDifference (Maybe Text) Source #
Undocumented member.