Class: Aws::Types::ObservationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#observations_failed::Integer

Returns the value of attribute observations_failed.

Returns:

  • (::Integer)


6194
6195
6196
# File 'sig/types.rbs', line 6194

def observations_failed
  @observations_failed
end

#observations_passed::Integer

Returns the value of attribute observations_passed.

Returns:

  • (::Integer)


6193
6194
6195
# File 'sig/types.rbs', line 6193

def observations_passed
  @observations_passed
end

#total_observations::Integer

Returns the value of attribute total_observations.

Returns:

  • (::Integer)


6192
6193
6194
# File 'sig/types.rbs', line 6192

def total_observations
  @total_observations
end