Class: Aws::Types::ModifyInstanceCpuOptionsRequest

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)


13452
13453
13454
# File 'sig/types.rbs', line 13452

def core_count
  @core_count
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13455
13456
13457
# File 'sig/types.rbs', line 13455

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13451
13452
13453
# File 'sig/types.rbs', line 13451

def instance_id
  @instance_id
end

#nested_virtualization"enabled", "disabled"

Returns the value of attribute nested_virtualization.

Returns:

  • ("enabled", "disabled")


13454
13455
13456
# File 'sig/types.rbs', line 13454

def nested_virtualization
  @nested_virtualization
end

#threads_per_core::Integer

Returns the value of attribute threads_per_core.

Returns:

  • (::Integer)


13453
13454
13455
# File 'sig/types.rbs', line 13453

def threads_per_core
  @threads_per_core
end