Class: Aws::Inspector2::Types::AssociateConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AssociateConfigurationRequest
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Contains details about a request to associate a code repository with 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.
Instance Attribute Details
#resource ⇒ Types::CodeSecurityResource
Identifies a specific resource in a code repository that will be scanned.
404 405 406 407 408 409 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 404 class AssociateConfigurationRequest < Struct.new( :resource, :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration.
404 405 406 407 408 409 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 404 class AssociateConfigurationRequest < Struct.new( :resource, :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |