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.



39523
39524
39525
39526
39527
39528
# File 'lib/aws-sdk-ec2/types.rb', line 39523

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

#unsuccessful_resultsArray<Types::UnsuccessfulAssociationResponseObject>

The associations that failed to be removed.



39523
39524
39525
39526
39527
39528
# File 'lib/aws-sdk-ec2/types.rb', line 39523

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