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.TotalLocalStorageGB

Description

 
Synopsis

Documentation

data TotalLocalStorageGB Source #

The minimum and maximum amount of total local storage, in GB.

See: newTotalLocalStorageGB smart constructor.

Constructors

TotalLocalStorageGB' 

Fields

  • max :: Maybe Double

    The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.

  • min :: Maybe Double

    The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.

Instances

Instances details
ToQuery TotalLocalStorageGB Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGB

FromXML TotalLocalStorageGB Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGB

Generic TotalLocalStorageGB Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGB

Associated Types

type Rep TotalLocalStorageGB :: Type -> Type #

Read TotalLocalStorageGB Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGB

Show TotalLocalStorageGB Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGB

NFData TotalLocalStorageGB Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGB

Methods

rnf :: TotalLocalStorageGB -> () #

Eq TotalLocalStorageGB Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGB

Hashable TotalLocalStorageGB Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGB

type Rep TotalLocalStorageGB Source # 
Instance details

Defined in Amazonka.EC2.Types.TotalLocalStorageGB

type Rep TotalLocalStorageGB = D1 ('MetaData "TotalLocalStorageGB" "Amazonka.EC2.Types.TotalLocalStorageGB" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "TotalLocalStorageGB'" 'PrefixI 'True) (S1 ('MetaSel ('Just "max") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "min") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newTotalLocalStorageGB :: TotalLocalStorageGB Source #

Create a value of TotalLocalStorageGB 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:max:TotalLocalStorageGB', totalLocalStorageGB_max - The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.

$sel:min:TotalLocalStorageGB', totalLocalStorageGB_min - The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.

totalLocalStorageGB_max :: Lens' TotalLocalStorageGB (Maybe Double) Source #

The maximum amount of total local storage, in GB. If this parameter is not specified, there is no maximum limit.

totalLocalStorageGB_min :: Lens' TotalLocalStorageGB (Maybe Double) Source #

The minimum amount of total local storage, in GB. If this parameter is not specified, there is no minimum limit.