Class: Aws::ElasticInference::Types::ElasticInferenceAccelerator
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::ElasticInferenceAccelerator
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticinference/types.rb
Overview
The details of an Elastic Inference Accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerator_health ⇒ Types::ElasticInferenceAcceleratorHealth
The health of the Elastic Inference Accelerator.
-
#accelerator_id ⇒ String
The ID of the Elastic Inference Accelerator.
-
#accelerator_type ⇒ String
The type of the Elastic Inference Accelerator.
-
#attached_resource ⇒ String
The ARN of the resource that the Elastic Inference Accelerator is attached to.
-
#availability_zone ⇒ String
The availability zone where the Elastic Inference Accelerator is present.
Instance Attribute Details
#accelerator_health ⇒ Types::ElasticInferenceAcceleratorHealth
The health of the Elastic Inference Accelerator.
214 215 216 217 218 219 220 221 222 |
# File '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_id ⇒ String
The ID of the Elastic Inference Accelerator.
214 215 216 217 218 219 220 221 222 |
# File '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_type ⇒ String
The type of the Elastic Inference Accelerator.
214 215 216 217 218 219 220 221 222 |
# File '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_resource ⇒ String
The ARN of the resource that the Elastic Inference Accelerator is attached to.
214 215 216 217 218 219 220 221 222 |
# File '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_zone ⇒ String
The availability zone where the Elastic Inference Accelerator is present.
214 215 216 217 218 219 220 221 222 |
# File '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 |