Class: Aws::Types::WorkerResourceConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cpu ⇒ ::String

Returns the value of attribute cpu.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def cpu
  @cpu
end

#disk ⇒ ::String

Returns the value of attribute disk.

Returns:

  • (::String)


690
691
692
# File 'sig/types.rbs', line 690

def disk
  @disk
end

#disk_type ⇒ ::String

Returns the value of attribute disk_type.

Returns:

  • (::String)


691
692
693
# File 'sig/types.rbs', line 691

def disk_type
  @disk_type
end

#memory ⇒ ::String

Returns the value of attribute memory.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def memory
  @memory
end