Class: Aws::ElasticInference::Types::ElasticInferenceAcceleratorHealth

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

Overview

The health details of an Elastic Inference Accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The health status of the Elastic Inference Accelerator.

Returns:

  • (String)


232
233
234
235
236
# File 'gems/aws-sdk-elasticinference/lib/aws-sdk-elasticinference/types.rb', line 232

class ElasticInferenceAcceleratorHealth < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end