You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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)

    The ID of the association.

#elastic_gpu_association_stateString

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

Returns:

  • (String)

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

#elastic_gpu_association_timeString

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

Returns:

  • (String)

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

#elastic_gpu_idString

The ID of the Elastic Graphics accelerator.

Returns:

  • (String)

    The ID of the Elastic Graphics accelerator.