Class: Aws::EC2::Types::ProcessorInfo

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

Overview

Describes the processor used by the instance type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#supported_architecturesArray<String>

The architectures supported by the instance type.

Returns:

  • (Array<String>)


53290
53291
53292
53293
53294
53295
53296
# File 'lib/aws-sdk-ec2/types.rb', line 53290

class ProcessorInfo < Struct.new(
  :supported_architectures,
  :sustained_clock_speed_in_ghz,
  :supported_features)
  SENSITIVE = []
  include Aws::Structure
end

#supported_featuresArray<String>

Indicates whether the instance type supports AMD SEV-SNP. If the request returns ‘amd-sev-snp`, AMD SEV-SNP is supported. Otherwise, it is not supported. For more information, see [ AMD SEV-SNP].

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html

Returns:

  • (Array<String>)


53290
53291
53292
53293
53294
53295
53296
# File 'lib/aws-sdk-ec2/types.rb', line 53290

class ProcessorInfo < Struct.new(
  :supported_architectures,
  :sustained_clock_speed_in_ghz,
  :supported_features)
  SENSITIVE = []
  include Aws::Structure
end

#sustained_clock_speed_in_ghzFloat

The speed of the processor, in GHz.

Returns:

  • (Float)


53290
53291
53292
53293
53294
53295
53296
# File 'lib/aws-sdk-ec2/types.rb', line 53290

class ProcessorInfo < Struct.new(
  :supported_architectures,
  :sustained_clock_speed_in_ghz,
  :supported_features)
  SENSITIVE = []
  include Aws::Structure
end