Class: Aws::Inspector2::Types::BatchDisassociateCodeSecurityScanConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BatchDisassociateCodeSecurityScanConfigurationResponse
- Defined in:
- gems/aws-sdk-inspector2/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 disassociated from the scan configuration.
-
#successful_associations ⇒ Array<Types::SuccessfulAssociationResult>
Details of code repositories that were successfully disassociated from the scan configuration.
Instance Attribute Details
#failed_associations ⇒ Array<Types::FailedAssociationResult>
Details of any code repositories that failed to be disassociated from the scan configuration.
949 950 951 952 953 954 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 949 class BatchDisassociateCodeSecurityScanConfigurationResponse < Struct.new( :failed_associations, :successful_associations) SENSITIVE = [] include Aws::Structure end |
#successful_associations ⇒ Array<Types::SuccessfulAssociationResult>
Details of code repositories that were successfully disassociated from the scan configuration.
949 950 951 952 953 954 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 949 class BatchDisassociateCodeSecurityScanConfigurationResponse < Struct.new( :failed_associations, :successful_associations) SENSITIVE = [] include Aws::Structure end |