Class: Aws::Types::DataQualityObservation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def description
  @description
end

#metric_based_observationTypes::MetricBasedObservation

Returns the value of attribute metric_based_observation.



2046
2047
2048
# File 'sig/types.rbs', line 2046

def metric_based_observation
  @metric_based_observation
end