| 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.ChoiceContent
Description
Synopsis
Documentation
data ChoiceContent Source #
The choice content.
See: newChoiceContent smart constructor.
Constructors
| ChoiceContent' | |
Instances
newChoiceContent :: ChoiceContent Source #
Create a value of ChoiceContent 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:displayText:ChoiceContent', choiceContent_displayText - The display text for the choice content.
$sel:url:ChoiceContent', choiceContent_url - The URL for the choice content.
choiceContent_displayText :: Lens' ChoiceContent (Maybe Text) Source #
The display text for the choice content.
choiceContent_url :: Lens' ChoiceContent (Maybe Text) Source #
The URL for the choice content.