Class: Aws::Inspector2::Types::BatchAssociateCodeSecurityScanConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_associationsArray<Types::FailedAssociationResult>

Details of any code repositories that failed to be associated with the scan configuration.

Returns:



917
918
919
920
921
922
# File 'lib/aws-sdk-inspector2/types.rb', line 917

class BatchAssociateCodeSecurityScanConfigurationResponse < Struct.new(
  :failed_associations,
  :successful_associations)
  SENSITIVE = []
  include Aws::Structure
end

#successful_associationsArray<Types::SuccessfulAssociationResult>

Details of code repositories that were successfully associated with the scan configuration.



917
918
919
920
921
922
# File 'lib/aws-sdk-inspector2/types.rb', line 917

class BatchAssociateCodeSecurityScanConfigurationResponse < Struct.new(
  :failed_associations,
  :successful_associations)
  SENSITIVE = []
  include Aws::Structure
end