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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The health status.

Returns:

  • (String)


30268
30269
30270
30271
30272
# File 'lib/aws-sdk-ec2/types.rb', line 30268

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