Class: Aws::Types::CustomizedLoadMetricSpecification

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::MetricDimension]

Returns the value of attribute dimensions.

Returns:



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

def dimensions
  @dimensions
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:



35
36
37
# File 'sig/types.rbs', line 35

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def namespace
  @namespace
end

#statistic"Average", ...

Returns the value of attribute statistic.

Returns:



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

def statistic
  @statistic
end

#unit::String

Returns the value of attribute unit.

Returns:



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

def unit
  @unit
end