Class: Aws::EC2::Types::ElasticGpuHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ElasticGpuHealth
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
<note markdown=“1”> Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4, G5, or G6 instances.
</note>
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.
30967 30968 30969 30970 30971 |
# File 'lib/aws-sdk-ec2/types.rb', line 30967 class ElasticGpuHealth < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |