Class: Aws::EC2::Types::HostCpuOptionsRequest

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

Overview

Contains the CPU configuration options for a Dedicated Host allocation request. Options include AMD Secure Encrypted Virtualization-Secure Nested Paging (AMD SEV-SNP) settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amd_sev_snpString

Specifies whether AMD Secure Encrypted Virtualization-Secure Nested Paging (AMD SEV-SNP) is enabled or disabled for the Dedicated Host. If you don't specify a value, AMD SEV-SNP is disabled.

Returns:

  • (String)


48216
48217
48218
48219
48220
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48216

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