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.
9033 9034 9035 |
# File 'sig/types.rbs', line 9033 def successful_results @successful_results end |
#unsuccessful_results ⇒ ::Array[Types::UnsuccessfulSuppressionResponseObject]
Returns the value of attribute unsuccessful_results.
9034 9035 9036 |
# File 'sig/types.rbs', line 9034 def unsuccessful_results @unsuccessful_results end |