Class: Aws::Types::CustomizedScalingMetricSpecification

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:



46
47
48
# File 'sig/types.rbs', line 46

def dimensions
  @dimensions
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def namespace
  @namespace
end

#statistic"Average", ...

Returns the value of attribute statistic.

Returns:

  • ("Average", "Minimum", "Maximum", "SampleCount", "Sum")


47
48
49
# File 'sig/types.rbs', line 47

def statistic
  @statistic
end

#unit::String

Returns the value of attribute unit.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def unit
  @unit
end