Class: Aws::Inspector2::Types::ScanStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ScanStatus
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
The status of the scan.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason for the scan.
-
#status_code ⇒ String
The status code of the scan.
Instance Attribute Details
#reason ⇒ String
The reason for the scan.
4956 4957 4958 4959 4960 4961 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4956 class ScanStatus < Struct.new( :reason, :status_code) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ String
The status code of the scan.
4956 4957 4958 4959 4960 4961 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4956 class ScanStatus < Struct.new( :reason, :status_code) SENSITIVE = [] include Aws::Structure end |