Class: Aws::Types::MetricToRetain

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_metricBoolean

Returns the value of attribute export_metric.

Returns:

  • (Boolean)


3922
3923
3924
# File 'sig/types.rbs', line 3922

def export_metric
  @export_metric
end

#metric::String

Returns the value of attribute metric.

Returns:

  • (::String)


3920
3921
3922
# File 'sig/types.rbs', line 3920

def metric
  @metric
end

#metric_dimensionTypes::MetricDimension

Returns the value of attribute metric_dimension.



3921
3922
3923
# File 'sig/types.rbs', line 3921

def metric_dimension
  @metric_dimension
end