Class: Aws::ElasticInference::Types::ElasticInferenceAccelerator

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_healthTypes::ElasticInferenceAcceleratorHealth

The health of the Elastic Inference Accelerator.



214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 214

class ElasticInferenceAccelerator < Struct.new(
  :accelerator_health,
  :accelerator_type,
  :accelerator_id,
  :availability_zone,
  :attached_resource)
  SENSITIVE = []
  include Aws::Structure
end

#accelerator_idString

The ID of the Elastic Inference Accelerator.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 214

class ElasticInferenceAccelerator < Struct.new(
  :accelerator_health,
  :accelerator_type,
  :accelerator_id,
  :availability_zone,
  :attached_resource)
  SENSITIVE = []
  include Aws::Structure
end

#accelerator_typeString

The type of the Elastic Inference Accelerator.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 214

class ElasticInferenceAccelerator < Struct.new(
  :accelerator_health,
  :accelerator_type,
  :accelerator_id,
  :availability_zone,
  :attached_resource)
  SENSITIVE = []
  include Aws::Structure
end

#attached_resourceString

The ARN of the resource that the Elastic Inference Accelerator is attached to.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 214

class ElasticInferenceAccelerator < Struct.new(
  :accelerator_health,
  :accelerator_type,
  :accelerator_id,
  :availability_zone,
  :attached_resource)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zoneString

The availability zone where the Elastic Inference Accelerator is present.

Returns:

  • (String)


214
215
216
217
218
219
220
221
222
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 214

class ElasticInferenceAccelerator < Struct.new(
  :accelerator_health,
  :accelerator_type,
  :accelerator_id,
  :availability_zone,
  :attached_resource)
  SENSITIVE = []
  include Aws::Structure
end