Class: Aws::Types::MaximumAllowedResources

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)


450
451
452
# File 'sig/types.rbs', line 450

def cpu
  @cpu
end

#disk ⇒ ::String

Returns the value of attribute disk.

Returns:

  • (::String)


452
453
454
# File 'sig/types.rbs', line 452

def disk
  @disk
end

#memory ⇒ ::String

Returns the value of attribute memory.

Returns:

  • (::String)


451
452
453
# File 'sig/types.rbs', line 451

def memory
  @memory
end