Class: Aws::Types::UpdateMetricContentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8744
8745
8746
# File 'sig/types.rbs', line 8744

def instance_id
  @instance_id
end

#metric_calculationTypes::MetricCalculation

Returns the value of attribute metric_calculation.



8746
8747
8748
# File 'sig/types.rbs', line 8746

def metric_calculation
  @metric_calculation
end

#metric_id::String

Returns the value of attribute metric_id.

Returns:

  • (::String)


8745
8746
8747
# File 'sig/types.rbs', line 8745

def metric_id
  @metric_id
end

#positive_trend_indicator"POSITIVE", ...

Returns the value of attribute positive_trend_indicator.

Returns:

  • ("POSITIVE", "NEGATIVE", "NEUTRAL")


8748
8749
8750
# File 'sig/types.rbs', line 8748

def positive_trend_indicator
  @positive_trend_indicator
end

#unit"INTEGER", ...

Returns the value of attribute unit.

Returns:

  • ("INTEGER", "DOUBLE", "PERCENT", "SECONDS")


8747
8748
8749
# File 'sig/types.rbs', line 8747

def unit
  @unit
end