Class: Aws::Types::IdleUtilizationMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#dimensions::Array[Types::IdleDimension]

Returns the value of attribute dimensions.

Returns:



768
769
770
# File 'sig/types.rbs', line 768

def dimensions
  @dimensions
end

#name"CPU", ...

Returns the value of attribute name.

Returns:



765
766
767
# File 'sig/types.rbs', line 765

def name
  @name
end

#statistic"Maximum", "Average"

Returns the value of attribute statistic.

Returns:



766
767
768
# File 'sig/types.rbs', line 766

def statistic
  @statistic
end

#value::Float

Returns the value of attribute value.

Returns:



767
768
769
# File 'sig/types.rbs', line 767

def value
  @value
end