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)


2041
2042
2043
# File 'sig/types.rbs', line 2041

def description
  @description
end

#metric_based_observationTypes::MetricBasedObservation

Returns the value of attribute metric_based_observation.



2042
2043
2044
# File 'sig/types.rbs', line 2042

def metric_based_observation
  @metric_based_observation
end