Class: Aws::EC2::Types::ElasticGpus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ElasticGpus
- 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.
</note>
Describes an Elastic Graphics accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone in the which the Elastic Graphics accelerator resides.
-
#elastic_gpu_health ⇒ Types::ElasticGpuHealth
The status of the Elastic Graphics accelerator.
-
#elastic_gpu_id ⇒ String
The ID of the Elastic Graphics accelerator.
-
#elastic_gpu_state ⇒ String
The state of the Elastic Graphics accelerator.
-
#elastic_gpu_type ⇒ String
The type of Elastic Graphics accelerator.
-
#instance_id ⇒ String
The ID of the instance to which the Elastic Graphics accelerator is attached.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the Elastic Graphics accelerator.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone in the which the Elastic Graphics accelerator resides.
33010 33011 33012 33013 33014 33015 33016 33017 33018 33019 33020 |
# File 'lib/aws-sdk-ec2/types.rb', line 33010 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end |
#elastic_gpu_health ⇒ Types::ElasticGpuHealth
The status of the Elastic Graphics accelerator.
33010 33011 33012 33013 33014 33015 33016 33017 33018 33019 33020 |
# File 'lib/aws-sdk-ec2/types.rb', line 33010 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end |
#elastic_gpu_id ⇒ String
The ID of the Elastic Graphics accelerator.
33010 33011 33012 33013 33014 33015 33016 33017 33018 33019 33020 |
# File 'lib/aws-sdk-ec2/types.rb', line 33010 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end |
#elastic_gpu_state ⇒ String
The state of the Elastic Graphics accelerator.
33010 33011 33012 33013 33014 33015 33016 33017 33018 33019 33020 |
# File 'lib/aws-sdk-ec2/types.rb', line 33010 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end |
#elastic_gpu_type ⇒ String
The type of Elastic Graphics accelerator.
33010 33011 33012 33013 33014 33015 33016 33017 33018 33019 33020 |
# File 'lib/aws-sdk-ec2/types.rb', line 33010 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance to which the Elastic Graphics accelerator is attached.
33010 33011 33012 33013 33014 33015 33016 33017 33018 33019 33020 |
# File 'lib/aws-sdk-ec2/types.rb', line 33010 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the Elastic Graphics accelerator.
33010 33011 33012 33013 33014 33015 33016 33017 33018 33019 33020 |
# File 'lib/aws-sdk-ec2/types.rb', line 33010 class ElasticGpus < Struct.new( :elastic_gpu_id, :availability_zone, :elastic_gpu_type, :elastic_gpu_health, :elastic_gpu_state, :instance_id, :tags) SENSITIVE = [] include Aws::Structure end |