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_zoneString

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_healthTypes::ElasticGpuHealth

The status of the Elastic Graphics accelerator.

Returns:

#elastic_gpu_idString

The ID of the Elastic Graphics accelerator.

Returns:

  • (String)

    The ID of the Elastic Graphics accelerator.

#elastic_gpu_stateString

The state of the Elastic Graphics accelerator.

Possible values:

  • ATTACHED

Returns:

  • (String)

    The state of the Elastic Graphics accelerator.

#elastic_gpu_typeString

The type of Elastic Graphics accelerator.

Returns:

  • (String)

    The type of Elastic Graphics accelerator.

#instance_idString

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.

#tagsArray<Types::Tag>

The tags assigned to the Elastic Graphics accelerator.

Returns:

  • (Array<Types::Tag>)

    The tags assigned to the Elastic Graphics accelerator.