Class: Aws::EC2::Types::ElasticGpuAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ElasticGpuAssociation
- 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 association between an instance and an Elastic Graphics accelerator.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elastic_gpu_association_id ⇒ String
The ID of the association.
-
#elastic_gpu_association_state ⇒ String
The state of the association between the instance and the Elastic Graphics accelerator.
-
#elastic_gpu_association_time ⇒ String
The time the Elastic Graphics accelerator was associated with the instance.
-
#elastic_gpu_id ⇒ String
The ID of the Elastic Graphics accelerator.
Instance Attribute Details
#elastic_gpu_association_id ⇒ String
The ID of the association.
30944 30945 30946 30947 30948 30949 30950 30951 |
# File 'lib/aws-sdk-ec2/types.rb', line 30944 class ElasticGpuAssociation < Struct.new( :elastic_gpu_id, :elastic_gpu_association_id, :elastic_gpu_association_state, :elastic_gpu_association_time) SENSITIVE = [] include Aws::Structure end |
#elastic_gpu_association_state ⇒ String
The state of the association between the instance and the Elastic Graphics accelerator.
30944 30945 30946 30947 30948 30949 30950 30951 |
# File 'lib/aws-sdk-ec2/types.rb', line 30944 class ElasticGpuAssociation < Struct.new( :elastic_gpu_id, :elastic_gpu_association_id, :elastic_gpu_association_state, :elastic_gpu_association_time) SENSITIVE = [] include Aws::Structure end |
#elastic_gpu_association_time ⇒ String
The time the Elastic Graphics accelerator was associated with the instance.
30944 30945 30946 30947 30948 30949 30950 30951 |
# File 'lib/aws-sdk-ec2/types.rb', line 30944 class ElasticGpuAssociation < Struct.new( :elastic_gpu_id, :elastic_gpu_association_id, :elastic_gpu_association_state, :elastic_gpu_association_time) SENSITIVE = [] include Aws::Structure end |
#elastic_gpu_id ⇒ String
The ID of the Elastic Graphics accelerator.
30944 30945 30946 30947 30948 30949 30950 30951 |
# File 'lib/aws-sdk-ec2/types.rb', line 30944 class ElasticGpuAssociation < Struct.new( :elastic_gpu_id, :elastic_gpu_association_id, :elastic_gpu_association_state, :elastic_gpu_association_time) SENSITIVE = [] include Aws::Structure end |