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

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

Overview

<note markdown=“1”> Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4, G5, or G6 instances.

</note>

Describes an Elastic Graphics accelerator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

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

Returns:

  • (String)


31059
31060
31061
31062
31063
31064
31065
31066
31067
31068
31069
# File 'lib/aws-sdk-ec2/types.rb', line 31059

class ElasticGpus < Struct.new(
  :elastic_gpu_id,
  :availability_zone,
  :elastic_gpu_type,
  :elastic_gpu_health,
  :elastic_gpu_state,
  :instance_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#elastic_gpu_healthTypes::ElasticGpuHealth

The status of the Elastic Graphics accelerator.



31059
31060
31061
31062
31063
31064
31065
31066
31067
31068
31069
# File 'lib/aws-sdk-ec2/types.rb', line 31059

class ElasticGpus < Struct.new(
  :elastic_gpu_id,
  :availability_zone,
  :elastic_gpu_type,
  :elastic_gpu_health,
  :elastic_gpu_state,
  :instance_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#elastic_gpu_idString

The ID of the Elastic Graphics accelerator.

Returns:

  • (String)


31059
31060
31061
31062
31063
31064
31065
31066
31067
31068
31069
# File 'lib/aws-sdk-ec2/types.rb', line 31059

class ElasticGpus < Struct.new(
  :elastic_gpu_id,
  :availability_zone,
  :elastic_gpu_type,
  :elastic_gpu_health,
  :elastic_gpu_state,
  :instance_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#elastic_gpu_stateString

The state of the Elastic Graphics accelerator.

Returns:

  • (String)


31059
31060
31061
31062
31063
31064
31065
31066
31067
31068
31069
# File 'lib/aws-sdk-ec2/types.rb', line 31059

class ElasticGpus < Struct.new(
  :elastic_gpu_id,
  :availability_zone,
  :elastic_gpu_type,
  :elastic_gpu_health,
  :elastic_gpu_state,
  :instance_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#elastic_gpu_typeString

The type of Elastic Graphics accelerator.

Returns:

  • (String)


31059
31060
31061
31062
31063
31064
31065
31066
31067
31068
31069
# File 'lib/aws-sdk-ec2/types.rb', line 31059

class ElasticGpus < Struct.new(
  :elastic_gpu_id,
  :availability_zone,
  :elastic_gpu_type,
  :elastic_gpu_health,
  :elastic_gpu_state,
  :instance_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

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

Returns:

  • (String)


31059
31060
31061
31062
31063
31064
31065
31066
31067
31068
31069
# File 'lib/aws-sdk-ec2/types.rb', line 31059

class ElasticGpus < Struct.new(
  :elastic_gpu_id,
  :availability_zone,
  :elastic_gpu_type,
  :elastic_gpu_health,
  :elastic_gpu_state,
  :instance_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags assigned to the Elastic Graphics accelerator.

Returns:



31059
31060
31061
31062
31063
31064
31065
31066
31067
31068
31069
# File 'lib/aws-sdk-ec2/types.rb', line 31059

class ElasticGpus < Struct.new(
  :elastic_gpu_id,
  :availability_zone,
  :elastic_gpu_type,
  :elastic_gpu_health,
  :elastic_gpu_state,
  :instance_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end