Class: Aws::ElasticInference::Types::ElasticInferenceAcceleratorHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticInference::Types::ElasticInferenceAcceleratorHealth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticinference/types.rb
Overview
The health details of an Elastic Inference Accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The health status of the Elastic Inference Accelerator.
Instance Attribute Details
#status ⇒ String
The health status of the Elastic Inference Accelerator.
232 233 234 235 236 |
# File 'lib/aws-sdk-elasticinference/types.rb', line 232 class ElasticInferenceAcceleratorHealth < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |