Class: Aws::Types::ObservationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ObservationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#observations_failed ⇒ ::Integer
Returns the value of attribute observations_failed.
-
#observations_passed ⇒ ::Integer
Returns the value of attribute observations_passed.
-
#total_observations ⇒ ::Integer
Returns the value of attribute total_observations.
Instance Attribute Details
#observations_failed ⇒ ::Integer
Returns the value of attribute observations_failed.
6104 6105 6106 |
# File 'sig/types.rbs', line 6104 def observations_failed @observations_failed end |
#observations_passed ⇒ ::Integer
Returns the value of attribute observations_passed.
6103 6104 6105 |
# File 'sig/types.rbs', line 6103 def observations_passed @observations_passed end |
#total_observations ⇒ ::Integer
Returns the value of attribute total_observations.
6102 6103 6104 |
# File 'sig/types.rbs', line 6102 def total_observations @total_observations end |