Class: Aws::EC2::Types::ElasticGpuHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ElasticGpuHealth
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the status of an Elastic Graphics accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The health status.
Instance Attribute Details
#status ⇒ String
The health status.
30968 30969 30970 30971 30972 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30968 class ElasticGpuHealth < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |