You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticInference::Types::AcceleratorType

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The details of an Elastic Inference Accelerator type.

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_type_nameString

The name of the Elastic Inference Accelerator type.

Returns:

  • (String)

    The name of the Elastic Inference Accelerator type.

#memory_infoTypes::MemoryInfo

The memory information of the Elastic Inference Accelerator type.

Returns:

  • (Types::MemoryInfo)

    The memory information of the Elastic Inference Accelerator type.

#throughput_infoArray<Types::KeyValuePair>

The throughput information of the Elastic Inference Accelerator type.

Returns:

  • (Array<Types::KeyValuePair>)

    The throughput information of the Elastic Inference Accelerator type.