Class: Aws::Types::MetricBasedObservation

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)


5715
5716
5717
# File 'sig/types.rbs', line 5715

def metric_name
  @metric_name
end

#metric_valuesTypes::DataQualityMetricValues

Returns the value of attribute metric_values.



5717
5718
5719
# File 'sig/types.rbs', line 5717

def metric_values
  @metric_values
end

#new_rules::Array[::String]

Returns the value of attribute new_rules.

Returns:

  • (::Array[::String])


5718
5719
5720
# File 'sig/types.rbs', line 5718

def new_rules
  @new_rules
end

#statistic_id::String

Returns the value of attribute statistic_id.

Returns:

  • (::String)


5716
5717
5718
# File 'sig/types.rbs', line 5716

def statistic_id
  @statistic_id
end