amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.AttributeBooleanValue

Description

 
Synopsis

Documentation

data AttributeBooleanValue Source #

Describes a value for a resource attribute that is a Boolean value.

See: newAttributeBooleanValue smart constructor.

Constructors

AttributeBooleanValue' 

Fields

  • value :: Maybe Bool

    The attribute value. The valid values are true or false.

Instances

Instances details
ToQuery AttributeBooleanValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AttributeBooleanValue

FromXML AttributeBooleanValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AttributeBooleanValue

Generic AttributeBooleanValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AttributeBooleanValue

Associated Types

type Rep AttributeBooleanValue :: Type -> Type #

Read AttributeBooleanValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AttributeBooleanValue

Show AttributeBooleanValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AttributeBooleanValue

NFData AttributeBooleanValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AttributeBooleanValue

Methods

rnf :: AttributeBooleanValue -> () #

Eq AttributeBooleanValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AttributeBooleanValue

Hashable AttributeBooleanValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AttributeBooleanValue

type Rep AttributeBooleanValue Source # 
Instance details

Defined in Amazonka.EC2.Types.AttributeBooleanValue

type Rep AttributeBooleanValue = D1 ('MetaData "AttributeBooleanValue" "Amazonka.EC2.Types.AttributeBooleanValue" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "AttributeBooleanValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newAttributeBooleanValue :: AttributeBooleanValue Source #

Create a value of AttributeBooleanValue 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:

AttributeBooleanValue, attributeBooleanValue_value - The attribute value. The valid values are true or false.

attributeBooleanValue_value :: Lens' AttributeBooleanValue (Maybe Bool) Source #

The attribute value. The valid values are true or false.