Class: Aws::CodeGuruSecurity::Types::CreateUploadUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::CreateUploadUrlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_name ⇒ String
The name of the scan that will use the uploaded resource.
Instance Attribute Details
#scan_name ⇒ String
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.
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 |