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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb

Overview

The details of an Elastic Inference Accelerator type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_type_nameString

The name of the Elastic Inference Accelerator type.

Returns:

  • (String)


30
31
32
33
34
35
36
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 30

class AcceleratorType < Struct.new(
  :accelerator_type_name,
  :memory_info,
  :throughput_info)
  SENSITIVE = []
  include Aws::Structure
end

#memory_infoTypes::MemoryInfo

The memory information of the Elastic Inference Accelerator type.

Returns:



30
31
32
33
34
35
36
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 30

class AcceleratorType < Struct.new(
  :accelerator_type_name,
  :memory_info,
  :throughput_info)
  SENSITIVE = []
  include Aws::Structure
end

#throughput_infoArray<Types::KeyValuePair>

The throughput information of the Elastic Inference Accelerator type.

Returns:



30
31
32
33
34
35
36
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 30

class AcceleratorType < Struct.new(
  :accelerator_type_name,
  :memory_info,
  :throughput_info)
  SENSITIVE = []
  include Aws::Structure
end