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

Class: Aws::EC2::Types::ElasticGpus

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

Overview

Describes an Elastic Graphics accelerator.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone ⇒ String

The Availability Zone in the which the Elastic Graphics accelerator resides.

Returns:

  • (String) —

    The Availability Zone in the which the Elastic Graphics accelerator resides.

#elastic_gpu_health ⇒ Types::ElasticGpuHealth

The status of the Elastic Graphics accelerator.

Returns:

#elastic_gpu_id ⇒ String

The ID of the Elastic Graphics accelerator.

Returns:

  • (String) —

    The ID of the Elastic Graphics accelerator.

#elastic_gpu_state ⇒ String

The state of the Elastic Graphics accelerator.

Possible values:

  • ATTACHED

Returns:

  • (String) —

    The state of the Elastic Graphics accelerator.

#elastic_gpu_type ⇒ String

The type of Elastic Graphics accelerator.

Returns:

  • (String) —

    The type of Elastic Graphics accelerator.

#instance_id ⇒ String

The ID of the instance to which the Elastic Graphics accelerator is attached.

Returns:

  • (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.

Returns:

  • (Array<Types::Tag>) —

    The tags assigned to the Elastic Graphics accelerator.