Class: Aws::Inspector2::Types::DisassociateConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::DisassociateConfigurationRequest
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Contains details about a request to disassociate a code repository from a scan configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ Types::CodeSecurityResource
Identifies a specific resource in a code repository that will be scanned.
-
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration to disassociate from a code repository.
Instance Attribute Details
#resource ⇒ Types::CodeSecurityResource
Identifies a specific resource in a code repository that will be scanned.
3583 3584 3585 3586 3587 3588 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3583 class DisassociateConfigurationRequest < Struct.new( :resource, :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration to disassociate from a code repository.
3583 3584 3585 3586 3587 3588 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3583 class DisassociateConfigurationRequest < Struct.new( :resource, :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |