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.
3605 3606 3607 3608 3609 3610 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3605 class DisassociateConfigurationRequest < Struct.new( :scan_configuration_arn, :resource) SENSITIVE = [] include Aws::Structure end |
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration to disassociate from a code repository.
3605 3606 3607 3608 3609 3610 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3605 class DisassociateConfigurationRequest < Struct.new( :scan_configuration_arn, :resource) SENSITIVE = [] include Aws::Structure end |