Class: Aws::Types::ComputeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#disk::Integer

Returns the value of attribute disk.

Returns:



321
322
323
# File 'sig/types.rbs', line 321

def disk
  @disk
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:



323
324
325
# File 'sig/types.rbs', line 323

def instance_type
  @instance_type
end

#machine_type"GENERAL", "NVME"

Returns the value of attribute machine_type.

Returns:



322
323
324
# File 'sig/types.rbs', line 322

def machine_type
  @machine_type
end

#memory::Integer

Returns the value of attribute memory.

Returns:



320
321
322
# File 'sig/types.rbs', line 320

def memory
  @memory
end

#v_cpu::Integer

Returns the value of attribute v_cpu.

Returns:



319
320
321
# File 'sig/types.rbs', line 319

def v_cpu
  @v_cpu
end