amazonka-elastic-inference-2.0: Amazon Elastic Inference 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.ElasticInference.Types.MemoryInfo

Description

 
Synopsis

Documentation

data MemoryInfo Source #

The memory information of an Elastic Inference Accelerator type.

See: newMemoryInfo smart constructor.

Constructors

MemoryInfo' 

Fields

  • sizeInMiB :: Maybe Int

    The size in mebibytes of the Elastic Inference Accelerator type.

Instances

Instances details
FromJSON MemoryInfo Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.MemoryInfo

Generic MemoryInfo Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.MemoryInfo

Associated Types

type Rep MemoryInfo :: Type -> Type #

Read MemoryInfo Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.MemoryInfo

Show MemoryInfo Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.MemoryInfo

NFData MemoryInfo Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.MemoryInfo

Methods

rnf :: MemoryInfo -> () #

Eq MemoryInfo Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.MemoryInfo

Hashable MemoryInfo Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.MemoryInfo

type Rep MemoryInfo Source # 
Instance details

Defined in Amazonka.ElasticInference.Types.MemoryInfo

type Rep MemoryInfo = D1 ('MetaData "MemoryInfo" "Amazonka.ElasticInference.Types.MemoryInfo" "amazonka-elastic-inference-2.0-EVwiTwsUv1aItx1WMiarH5" 'False) (C1 ('MetaCons "MemoryInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sizeInMiB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newMemoryInfo :: MemoryInfo Source #

Create a value of MemoryInfo 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:sizeInMiB:MemoryInfo', memoryInfo_sizeInMiB - The size in mebibytes of the Elastic Inference Accelerator type.

memoryInfo_sizeInMiB :: Lens' MemoryInfo (Maybe Int) Source #

The size in mebibytes of the Elastic Inference Accelerator type.