Class: Aws::Inspector2::Types::BatchAssociateCodeSecurityScanConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchAssociateCodeSecurityScanConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_associations ⇒ Array<Types::FailedAssociationResult>
Details of any code repositories that failed to be associated with the scan configuration.
-
#successful_associations ⇒ Array<Types::SuccessfulAssociationResult>
Details of code repositories that were successfully associated with the scan configuration.
Instance Attribute Details
#failed_associations ⇒ Array<Types::FailedAssociationResult>
Details of any code repositories that failed to be 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 |
#successful_associations ⇒ Array<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 |