Class: Aws::EC2::Types::ElasticGpus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ElasticGpus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
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.
30343 30344 30345 30346 30347 30348 30349 30350 30351 30352 30353 |
# File 'lib/aws-sdk-ec2/types.rb', line 30343 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.
30343 30344 30345 30346 30347 30348 30349 30350 30351 30352 30353 |
# File 'lib/aws-sdk-ec2/types.rb', line 30343 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.
30343 30344 30345 30346 30347 30348 30349 30350 30351 30352 30353 |
# File 'lib/aws-sdk-ec2/types.rb', line 30343 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.
30343 30344 30345 30346 30347 30348 30349 30350 30351 30352 30353 |
# File 'lib/aws-sdk-ec2/types.rb', line 30343 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.
30343 30344 30345 30346 30347 30348 30349 30350 30351 30352 30353 |
# File 'lib/aws-sdk-ec2/types.rb', line 30343 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.
30343 30344 30345 30346 30347 30348 30349 30350 30351 30352 30353 |
# File 'lib/aws-sdk-ec2/types.rb', line 30343 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.
30343 30344 30345 30346 30347 30348 30349 30350 30351 30352 30353 |
# File 'lib/aws-sdk-ec2/types.rb', line 30343 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 |