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

Description

 
Synopsis

Documentation

data GpuDeviceMemoryInfo Source #

Describes the memory available to the GPU accelerator.

See: newGpuDeviceMemoryInfo smart constructor.

Constructors

GpuDeviceMemoryInfo' 

Fields

  • sizeInMiB :: Maybe Int

    The size of the memory available to the GPU accelerator, in MiB.

Instances

Instances details
FromXML GpuDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.GpuDeviceMemoryInfo

Generic GpuDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.GpuDeviceMemoryInfo

Associated Types

type Rep GpuDeviceMemoryInfo :: Type -> Type #

Read GpuDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.GpuDeviceMemoryInfo

Show GpuDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.GpuDeviceMemoryInfo

NFData GpuDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.GpuDeviceMemoryInfo

Methods

rnf :: GpuDeviceMemoryInfo -> () #

Eq GpuDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.GpuDeviceMemoryInfo

Hashable GpuDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.GpuDeviceMemoryInfo

type Rep GpuDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.GpuDeviceMemoryInfo

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

newGpuDeviceMemoryInfo :: GpuDeviceMemoryInfo Source #

Create a value of GpuDeviceMemoryInfo 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:GpuDeviceMemoryInfo', gpuDeviceMemoryInfo_sizeInMiB - The size of the memory available to the GPU accelerator, in MiB.

gpuDeviceMemoryInfo_sizeInMiB :: Lens' GpuDeviceMemoryInfo (Maybe Int) Source #

The size of the memory available to the GPU accelerator, in MiB.