Class: Aws::EC2::Types::ElasticGpus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ElasticGpus
- Defined in:
- gems/aws-sdk-ec2/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.
31583 31584 31585 31586 31587 31588 31589 31590 31591 31592 31593 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31583 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.
31583 31584 31585 31586 31587 31588 31589 31590 31591 31592 31593 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31583 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.
31583 31584 31585 31586 31587 31588 31589 31590 31591 31592 31593 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31583 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.
31583 31584 31585 31586 31587 31588 31589 31590 31591 31592 31593 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31583 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.
31583 31584 31585 31586 31587 31588 31589 31590 31591 31592 31593 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31583 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.
31583 31584 31585 31586 31587 31588 31589 31590 31591 31592 31593 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31583 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.
31583 31584 31585 31586 31587 31588 31589 31590 31591 31592 31593 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31583 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 |