Class: Aws::EC2::Types::AssociateApplicationStatusCheckResult

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 created.



2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2691

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

#unsuccessful_resultsArray<Types::UnsuccessfulAssociationResponseObject>

The associations that failed to be created.



2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2691

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