Class: Aws::Types::CPU

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture::String

Returns the value of attribute architecture.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def architecture
  @architecture
end

#clock::Float

Returns the value of attribute clock.

Returns:

  • (::Float)


40
41
42
# File 'sig/types.rbs', line 40

def clock
  @clock
end

#frequency::String

Returns the value of attribute frequency.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def frequency
  @frequency
end