Class: Aws::Inspector2::Types::SuccessfulAssociationResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#resourceTypes::CodeSecurityResource

Identifies a specific resource in a code repository that will be scanned.



8370
8371
8372
8373
8374
8375
# File 'lib/aws-sdk-inspector2/types.rb', line 8370

class SuccessfulAssociationResult < Struct.new(
  :scan_configuration_arn,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end

#scan_configuration_arnString

The Amazon Resource Name (ARN) of the scan configuration that was successfully associated or disassociated.

Returns:

  • (String)


8370
8371
8372
8373
8374
8375
# File 'lib/aws-sdk-inspector2/types.rb', line 8370

class SuccessfulAssociationResult < Struct.new(
  :scan_configuration_arn,
  :resource)
  SENSITIVE = []
  include Aws::Structure
end