Class: Aws::Types::CPUUtilization

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#idle::Float

Returns the value of attribute idle.

Returns:

  • (::Float)


137
138
139
# File 'sig/types.rbs', line 137

def idle
  @idle
end

#io_wait::Float

Returns the value of attribute io_wait.

Returns:

  • (::Float)


138
139
140
# File 'sig/types.rbs', line 138

def io_wait
  @io_wait
end

#irq::Float

Returns the value of attribute irq.

Returns:

  • (::Float)


139
140
141
# File 'sig/types.rbs', line 139

def irq
  @irq
end

#nice::Float

Returns the value of attribute nice.

Returns:

  • (::Float)


135
136
137
# File 'sig/types.rbs', line 135

def nice
  @nice
end

#privileged::Float

Returns the value of attribute privileged.

Returns:

  • (::Float)


141
142
143
# File 'sig/types.rbs', line 141

def privileged
  @privileged
end

#soft_irq::Float

Returns the value of attribute soft_irq.

Returns:

  • (::Float)


140
141
142
# File 'sig/types.rbs', line 140

def soft_irq
  @soft_irq
end

#system::Float

Returns the value of attribute system.

Returns:

  • (::Float)


136
137
138
# File 'sig/types.rbs', line 136

def system
  @system
end

#user::Float

Returns the value of attribute user.

Returns:

  • (::Float)


134
135
136
# File 'sig/types.rbs', line 134

def user
  @user
end