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

Description

 
Synopsis

Documentation

data FpgaDeviceMemoryInfo Source #

Describes the memory for the FPGA accelerator for the instance type.

See: newFpgaDeviceMemoryInfo smart constructor.

Constructors

FpgaDeviceMemoryInfo' 

Fields

  • sizeInMiB :: Maybe Int

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

Instances

Instances details
FromXML FpgaDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceMemoryInfo

Generic FpgaDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceMemoryInfo

Associated Types

type Rep FpgaDeviceMemoryInfo :: Type -> Type #

Read FpgaDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceMemoryInfo

Show FpgaDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceMemoryInfo

NFData FpgaDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceMemoryInfo

Methods

rnf :: FpgaDeviceMemoryInfo -> () #

Eq FpgaDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceMemoryInfo

Hashable FpgaDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceMemoryInfo

type Rep FpgaDeviceMemoryInfo Source # 
Instance details

Defined in Amazonka.EC2.Types.FpgaDeviceMemoryInfo

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

newFpgaDeviceMemoryInfo :: FpgaDeviceMemoryInfo Source #

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

fpgaDeviceMemoryInfo_sizeInMiB :: Lens' FpgaDeviceMemoryInfo (Maybe Int) Source #

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