Class: Aws::Inspector2::Types::StartCodeSecurityScanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StartCodeSecurityScanResponse
- Defined in:
- gems/aws-sdk-inspector2/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.
8111 8112 8113 8114 8115 8116 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8111 class StartCodeSecurityScanResponse < Struct.new( :scan_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the initiated scan.
8111 8112 8113 8114 8115 8116 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8111 class StartCodeSecurityScanResponse < Struct.new( :scan_id, :status) SENSITIVE = [] include Aws::Structure end |