Class: Aws::EC2::Types::DisassociateApplicationStatusCheckResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisassociateApplicationStatusCheckResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#successful_results ⇒ Array<Types::SuccessfulAssociationResponseObject>
The associations that were successfully removed.
-
#unsuccessful_results ⇒ Array<Types::UnsuccessfulAssociationResponseObject>
The associations that failed to be removed.
Instance Attribute Details
#successful_results ⇒ Array<Types::SuccessfulAssociationResponseObject>
The associations that were successfully removed.
39161 39162 39163 39164 39165 39166 |
# File 'lib/aws-sdk-ec2/types.rb', line 39161 class DisassociateApplicationStatusCheckResult < Struct.new( :successful_results, :unsuccessful_results) SENSITIVE = [] include Aws::Structure end |
#unsuccessful_results ⇒ Array<Types::UnsuccessfulAssociationResponseObject>
The associations that failed to be removed.
39161 39162 39163 39164 39165 39166 |
# File 'lib/aws-sdk-ec2/types.rb', line 39161 class DisassociateApplicationStatusCheckResult < Struct.new( :successful_results, :unsuccessful_results) SENSITIVE = [] include Aws::Structure end |