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.
8133 8134 8135 8136 8137 8138 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8133 class StartCodeSecurityScanResponse < Struct.new( :scan_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the initiated scan.
8133 8134 8135 8136 8137 8138 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8133 class StartCodeSecurityScanResponse < Struct.new( :scan_id, :status) SENSITIVE = [] include Aws::Structure end |