Class: Aws::Types::CPUUtilization
- Inherits:
-
Object
- Object
- Aws::Types::CPUUtilization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#idle ⇒ ::Float
Returns the value of attribute idle.
-
#io_wait ⇒ ::Float
Returns the value of attribute io_wait.
-
#irq ⇒ ::Float
Returns the value of attribute irq.
-
#nice ⇒ ::Float
Returns the value of attribute nice.
-
#privileged ⇒ ::Float
Returns the value of attribute privileged.
-
#soft_irq ⇒ ::Float
Returns the value of attribute soft_irq.
-
#system ⇒ ::Float
Returns the value of attribute system.
-
#user ⇒ ::Float
Returns the value of attribute user.
Instance Attribute Details
#idle ⇒ ::Float
Returns the value of attribute idle.
137 138 139 |
# File 'sig/types.rbs', line 137 def idle @idle end |
#io_wait ⇒ ::Float
Returns the value of attribute io_wait.
138 139 140 |
# File 'sig/types.rbs', line 138 def io_wait @io_wait end |
#irq ⇒ ::Float
Returns the value of attribute irq.
139 140 141 |
# File 'sig/types.rbs', line 139 def irq @irq end |
#nice ⇒ ::Float
Returns the value of attribute nice.
135 136 137 |
# File 'sig/types.rbs', line 135 def nice @nice end |
#privileged ⇒ ::Float
Returns the value of attribute privileged.
141 142 143 |
# File 'sig/types.rbs', line 141 def privileged @privileged end |
#soft_irq ⇒ ::Float
Returns the value of attribute soft_irq.
140 141 142 |
# File 'sig/types.rbs', line 140 def soft_irq @soft_irq end |
#system ⇒ ::Float
Returns the value of attribute system.
136 137 138 |
# File 'sig/types.rbs', line 136 def system @system end |
#user ⇒ ::Float
Returns the value of attribute user.
134 135 136 |
# File 'sig/types.rbs', line 134 def user @user end |