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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_gpu_association_idString

The ID of the association.

Returns:

  • (String)


18389
18390
18391
18392
18393
18394
18395
# File 'lib/aws-sdk-ec2/types.rb', line 18389

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

#elastic_gpu_association_stateString

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

Returns:

  • (String)


18389
18390
18391
18392
18393
18394
18395
# File 'lib/aws-sdk-ec2/types.rb', line 18389

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

#elastic_gpu_association_timeString

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

Returns:

  • (String)


18389
18390
18391
18392
18393
18394
18395
# File 'lib/aws-sdk-ec2/types.rb', line 18389

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

#elastic_gpu_idString

The ID of the Elastic Graphics accelerator.

Returns:

  • (String)


18389
18390
18391
18392
18393
18394
18395
# File 'lib/aws-sdk-ec2/types.rb', line 18389

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