Class: Aws::EC2::Types::ElasticGpuAssociation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4ad, G4dn, or G5 instances.

Describes the association between an instance and an Elastic Graphics accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_gpu_association_idString

The ID of the association.

Returns:

  • (String)


30447
30448
30449
30450
30451
30452
30453
30454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30447

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_stateString

The state of the association between the instance and the Elastic Graphics accelerator.

Returns:

  • (String)


30447
30448
30449
30450
30451
30452
30453
30454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30447

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_timeString

The time the Elastic Graphics accelerator was associated with the instance.

Returns:

  • (String)


30447
30448
30449
30450
30451
30452
30453
30454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30447

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_idString

The ID of the Elastic Graphics accelerator.

Returns:

  • (String)


30447
30448
30449
30450
30451
30452
30453
30454
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 30447

class ElasticGpuAssociation < Struct.new(
  :elastic_gpu_id,
  :elastic_gpu_association_id,
  :elastic_gpu_association_state,
  :elastic_gpu_association_time)
  SENSITIVE = []
  include Aws::Structure
end