Class: Aws::Types::CPU
- Inherits:
-
Object
- Object
- Aws::Types::CPU
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ ::String
Returns the value of attribute architecture.
-
#clock ⇒ ::Float
Returns the value of attribute clock.
-
#frequency ⇒ ::String
Returns the value of attribute frequency.
Instance Attribute Details
#architecture ⇒ ::String
Returns the value of attribute architecture.
39 40 41 |
# File 'sig/types.rbs', line 39 def architecture @architecture end |
#clock ⇒ ::Float
Returns the value of attribute clock.
40 41 42 |
# File 'sig/types.rbs', line 40 def clock @clock end |
#frequency ⇒ ::String
Returns the value of attribute frequency.
38 39 40 |
# File 'sig/types.rbs', line 38 def frequency @frequency end |