Class: Aws::Types::AwsEc2LaunchTemplateDataCpuOptionsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_count::Integer

Returns the value of attribute core_count.

Returns:

  • (::Integer)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def core_count
  @core_count
end

#threads_per_core::Integer

Returns the value of attribute threads_per_core.

Returns:

  • (::Integer)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def threads_per_core
  @threads_per_core
end