Class: Aws::Inspector2::Types::GetCodeSecurityScanRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceTypes::CodeSecurityResource

The resource identifier for the code repository that was scanned.



5206
5207
5208
5209
5210
5211
# File 'lib/aws-sdk-inspector2/types.rb', line 5206

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

#scan_idString

The unique identifier of the scan to retrieve.

Returns:

  • (String)


5206
5207
5208
5209
5210
5211
# File 'lib/aws-sdk-inspector2/types.rb', line 5206

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