libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
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.SSMIncidents.Types.AttributeValueList

Description

 
Synopsis

Documentation

data AttributeValueList Source #

Use the AttributeValueList to filter by string or integer values.

See: newAttributeValueList smart constructor.

Constructors

AttributeValueList' 

Fields

Instances

Instances details
Eq AttributeValueList Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AttributeValueList

Read AttributeValueList Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AttributeValueList

Show AttributeValueList Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AttributeValueList

Generic AttributeValueList Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AttributeValueList

Associated Types

type Rep AttributeValueList :: Type -> Type #

NFData AttributeValueList Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AttributeValueList

Methods

rnf :: AttributeValueList -> () #

Hashable AttributeValueList Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AttributeValueList

ToJSON AttributeValueList Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AttributeValueList

type Rep AttributeValueList Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.AttributeValueList

type Rep AttributeValueList = D1 ('MetaData "AttributeValueList" "Amazonka.SSMIncidents.Types.AttributeValueList" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'False) (C1 ('MetaCons "AttributeValueList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "stringValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "integerValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Int]))))

newAttributeValueList :: AttributeValueList Source #

Create a value of AttributeValueList 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:stringValues:AttributeValueList', attributeValueList_stringValues - The list of string values that the filter matches.

$sel:integerValues:AttributeValueList', attributeValueList_integerValues - The list of integer values that the filter matches.

attributeValueList_stringValues :: Lens' AttributeValueList (Maybe [Text]) Source #

The list of string values that the filter matches.

attributeValueList_integerValues :: Lens' AttributeValueList (Maybe [Int]) Source #

The list of integer values that the filter matches.