Class: Aws::Types::LaunchTemplateCpuOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amd_sev_snp"enabled", "disabled"

Returns the value of attribute amd_sev_snp.

Returns:

  • ("enabled", "disabled")


12507
12508
12509
# File 'sig/types.rbs', line 12507

def amd_sev_snp
  @amd_sev_snp
end

#core_count::Integer

Returns the value of attribute core_count.

Returns:

  • (::Integer)


12505
12506
12507
# File 'sig/types.rbs', line 12505

def core_count
  @core_count
end

#nested_virtualization"enabled", "disabled"

Returns the value of attribute nested_virtualization.

Returns:

  • ("enabled", "disabled")


12508
12509
12510
# File 'sig/types.rbs', line 12508

def nested_virtualization
  @nested_virtualization
end

#threads_per_core::Integer

Returns the value of attribute threads_per_core.

Returns:

  • (::Integer)


12506
12507
12508
# File 'sig/types.rbs', line 12506

def threads_per_core
  @threads_per_core
end