Class: Aws::EC2::Types::ElasticInferenceAccelerator

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes an elastic inference accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of elastic inference accelerators to attach to the instance.

Default: 1

Returns:

  • (Integer)


30642
30643
30644
30645
30646
30647
# File 'lib/aws-sdk-ec2/types.rb', line 30642

class ElasticInferenceAccelerator < Struct.new(
  :type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of elastic inference accelerator. The possible values are ‘eia1.medium`, `eia1.large`, `eia1.xlarge`, `eia2.medium`, `eia2.large`, and `eia2.xlarge`.

Returns:

  • (String)


30642
30643
30644
30645
30646
30647
# File 'lib/aws-sdk-ec2/types.rb', line 30642

class ElasticInferenceAccelerator < Struct.new(
  :type,
  :count)
  SENSITIVE = []
  include Aws::Structure
end