Class: Aws::Inspector2::Types::StartCodeSecurityScanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StartCodeSecurityScanResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_id ⇒ String
The unique identifier of the initiated scan.
-
#status ⇒ String
The current status of the initiated scan.
Instance Attribute Details
#scan_id ⇒ String
The unique identifier of the initiated scan.
8139 8140 8141 8142 8143 8144 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8139 class StartCodeSecurityScanResponse < Struct.new( :scan_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the initiated scan.
8139 8140 8141 8142 8143 8144 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8139 class StartCodeSecurityScanResponse < Struct.new( :scan_id, :status) SENSITIVE = [] include Aws::Structure end |