Class: Aws::EC2::Types::ElasticGpuHealth

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

Overview

Describes the status of an Elastic Graphics accelerator.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The health status.

Returns:

  • (String)


18405
18406
18407
18408
# File 'lib/aws-sdk-ec2/types.rb', line 18405

class ElasticGpuHealth < Struct.new(
  :status)
  include Aws::Structure
end