Class: Aws::CodeGuruSecurity::Types::CreateUploadUrlRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_nameString

The name of the scan that will use the uploaded resource. CodeGuru Security uses the unique scan name to track revisions across multiple scans of the same resource. Use this ‘scanName` when you call `CreateScan` on the code resource you upload to this URL.

Returns:

  • (String)


317
318
319
320
321
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 317

class CreateUploadUrlRequest < Struct.new(
  :scan_name)
  SENSITIVE = []
  include Aws::Structure
end