Class: Aws::CodeGuruSecurity::Types::GetScanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::GetScanRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#run_id ⇒ String
UUID that identifies the individual scan run you want to view details about.
-
#scan_name ⇒ String
The name of the scan you want to view details about.
Instance Attribute Details
#run_id ⇒ String
UUID that identifies the individual scan run you want to view details about. You retrieve this when you call the ‘CreateScan` operation. Defaults to the latest scan run if missing.
674 675 676 677 678 679 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 674 class GetScanRequest < Struct.new( :run_id, :scan_name) SENSITIVE = [] include Aws::Structure end |
#scan_name ⇒ String
The name of the scan you want to view details about.
674 675 676 677 678 679 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 674 class GetScanRequest < Struct.new( :run_id, :scan_name) SENSITIVE = [] include Aws::Structure end |