Class: Aws::EC2::Types::ModifyInstanceCpuOptionsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#core_countInteger

The number of CPU cores that are running for the specified instance after the update.

Returns:

  • (Integer)


51480
51481
51482
51483
51484
51485
51486
# File 'lib/aws-sdk-ec2/types.rb', line 51480

class ModifyInstanceCpuOptionsResult < Struct.new(
  :instance_id,
  :core_count,
  :threads_per_core)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The ID of the instance that was updated.

Returns:

  • (String)


51480
51481
51482
51483
51484
51485
51486
# File 'lib/aws-sdk-ec2/types.rb', line 51480

class ModifyInstanceCpuOptionsResult < Struct.new(
  :instance_id,
  :core_count,
  :threads_per_core)
  SENSITIVE = []
  include Aws::Structure
end

#threads_per_coreInteger

The number of threads that are running per CPU core for the specified instance after the update.

Returns:

  • (Integer)


51480
51481
51482
51483
51484
51485
51486
# File 'lib/aws-sdk-ec2/types.rb', line 51480

class ModifyInstanceCpuOptionsResult < Struct.new(
  :instance_id,
  :core_count,
  :threads_per_core)
  SENSITIVE = []
  include Aws::Structure
end