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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurusecurity/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)


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

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