libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WellArchitected.Types.ChoiceAnswerSummary

Description

 
Synopsis

Documentation

data ChoiceAnswerSummary Source #

A choice summary that has been answered on a question in your workload.

See: newChoiceAnswerSummary smart constructor.

Constructors

ChoiceAnswerSummary' 

Fields

Instances

Instances details
Eq ChoiceAnswerSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswerSummary

Read ChoiceAnswerSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswerSummary

Show ChoiceAnswerSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswerSummary

Generic ChoiceAnswerSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswerSummary

Associated Types

type Rep ChoiceAnswerSummary :: Type -> Type #

NFData ChoiceAnswerSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswerSummary

Methods

rnf :: ChoiceAnswerSummary -> () #

Hashable ChoiceAnswerSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswerSummary

FromJSON ChoiceAnswerSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswerSummary

type Rep ChoiceAnswerSummary Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswerSummary

type Rep ChoiceAnswerSummary = D1 ('MetaData "ChoiceAnswerSummary" "Amazonka.WellArchitected.Types.ChoiceAnswerSummary" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ChoiceAnswerSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChoiceStatus)) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChoiceReason)) :*: S1 ('MetaSel ('Just "choiceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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_reason :: Lens' ChoiceAnswerSummary (Maybe ChoiceReason) Source #

The reason why a choice is non-applicable to a question in your workload.