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

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


3069
3070
3071
# File 'sig/types.rbs', line 3069

def metric_name
  @metric_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


3070
3071
3072
# File 'sig/types.rbs', line 3070

def namespace
  @namespace
end

#statistic"Average", ...

Returns the value of attribute statistic.

Returns:

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


3071
3072
3073
# File 'sig/types.rbs', line 3071

def statistic
  @statistic
end