Class: Aws::Inspector2::Types::SuccessfulAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::SuccessfulAssociationResult
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Details about a successful association or disassociation between a code repository and 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 that was successfully associated or disassociated.
Instance Attribute Details
#resource ⇒ Types::CodeSecurityResource
Identifies a specific resource in a code repository that will be scanned.
8342 8343 8344 8345 8346 8347 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8342 class SuccessfulAssociationResult < Struct.new( :resource, :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#scan_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the scan configuration that was successfully associated or disassociated.
8342 8343 8344 8345 8346 8347 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8342 class SuccessfulAssociationResult < Struct.new( :resource, :scan_configuration_arn) SENSITIVE = [] include Aws::Structure end |