Class: Aws::Types::DisassociateApplicationStatusCheckResult
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateApplicationStatusCheckResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#successful_results ⇒ ::Array[Types::SuccessfulAssociationResponseObject]
Returns the value of attribute successful_results.
-
#unsuccessful_results ⇒ ::Array[Types::UnsuccessfulAssociationResponseObject]
Returns the value of attribute unsuccessful_results.
Instance Attribute Details
#successful_results ⇒ ::Array[Types::SuccessfulAssociationResponseObject]
Returns the value of attribute successful_results.
8537 8538 8539 |
# File 'sig/types.rbs', line 8537 def successful_results @successful_results end |
#unsuccessful_results ⇒ ::Array[Types::UnsuccessfulAssociationResponseObject]
Returns the value of attribute unsuccessful_results.
8538 8539 8540 |
# File 'sig/types.rbs', line 8538 def unsuccessful_results @unsuccessful_results end |