Class: Aws::Types::EnableApplicationStatusCheckSuppressionResult
- Inherits:
-
Object
- Object
- Aws::Types::EnableApplicationStatusCheckSuppressionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#successful_results ⇒ ::Array[Types::SuccessfulSuppressionResponseObject]
Returns the value of attribute successful_results.
-
#unsuccessful_results ⇒ ::Array[Types::UnsuccessfulSuppressionResponseObject]
Returns the value of attribute unsuccessful_results.
Instance Attribute Details
#successful_results ⇒ ::Array[Types::SuccessfulSuppressionResponseObject]
Returns the value of attribute successful_results.
9123 9124 9125 |
# File 'sig/types.rbs', line 9123 def successful_results @successful_results end |
#unsuccessful_results ⇒ ::Array[Types::UnsuccessfulSuppressionResponseObject]
Returns the value of attribute unsuccessful_results.
9124 9125 9126 |
# File 'sig/types.rbs', line 9124 def unsuccessful_results @unsuccessful_results end |