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

#manufacturerString

The manufacturer of the processor.

Returns:

  • (String)


54122
54123
54124
54125
54126
54127
54128
54129
# File 'lib/aws-sdk-ec2/types.rb', line 54122

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

#supported_architecturesArray<String>

The architectures supported by the instance type.

Returns:

  • (Array<String>)


54122
54123
54124
54125
54126
54127
54128
54129
# File 'lib/aws-sdk-ec2/types.rb', line 54122

class ProcessorInfo < Struct.new(
  :supported_architectures,
  :sustained_clock_speed_in_ghz,
  :supported_features,
  :manufacturer)
  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>)


54122
54123
54124
54125
54126
54127
54128
54129
# File 'lib/aws-sdk-ec2/types.rb', line 54122

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

#sustained_clock_speed_in_ghzFloat

The speed of the processor, in GHz.

Returns:

  • (Float)


54122
54123
54124
54125
54126
54127
54128
54129
# File 'lib/aws-sdk-ec2/types.rb', line 54122

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