Class: Aws::Types::CustomizedMetricSpecification

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:



31
32
33
# File 'sig/types.rbs', line 31

def dimensions
  @dimensions
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:



29
30
31
# File 'sig/types.rbs', line 29

def metric_name
  @metric_name
end

#metrics::Array[Types::TargetTrackingMetricDataQuery]

Returns the value of attribute metrics.

Returns:



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

def metrics
  @metrics
end

#namespace::String

Returns the value of attribute namespace.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def namespace
  @namespace
end

#statistic"Average", ...

Returns the value of attribute statistic.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def statistic
  @statistic
end

#unit::String

Returns the value of attribute unit.

Returns:



33
34
35
# File 'sig/types.rbs', line 33

def unit
  @unit
end