Class: Aws::Types::ModifyInstanceCpuOptionsResult

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)


13758
13759
13760
# File 'sig/types.rbs', line 13758

def core_count
  @core_count
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13757
13758
13759
# File 'sig/types.rbs', line 13757

def instance_id
  @instance_id
end

#nested_virtualization"enabled", "disabled"

Returns the value of attribute nested_virtualization.

Returns:

  • ("enabled", "disabled")


13760
13761
13762
# File 'sig/types.rbs', line 13760

def nested_virtualization
  @nested_virtualization
end

#threads_per_core::Integer

Returns the value of attribute threads_per_core.

Returns:

  • (::Integer)


13759
13760
13761
# File 'sig/types.rbs', line 13759

def threads_per_core
  @threads_per_core
end