Class: Aws::EC2::Types::DisassociateApplicationStatusCheckResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#successful_resultsArray<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_resultsArray<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