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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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.



39548
39549
39550
39551
39552
39553
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39548

class DisassociateApplicationStatusCheckResult < Struct.new(
  :successful_results,
  :unsuccessful_results)
  SENSITIVE = []
  include Aws::Structure
end

#unsuccessful_resultsArray<Types::UnsuccessfulAssociationResponseObject>

The associations that failed to be removed.



39548
39549
39550
39551
39552
39553
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39548

class DisassociateApplicationStatusCheckResult < Struct.new(
  :successful_results,
  :unsuccessful_results)
  SENSITIVE = []
  include Aws::Structure
end