Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails

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

Overview

Provides details about an Elastic Graphics specification for an Amazon EC2 launch template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The type of Elastic Graphics accelerator.

Returns:

  • (String)


7275
7276
7277
7278
7279
# File 'lib/aws-sdk-securityhub/types.rb', line 7275

class AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end