Class: Aws::Backup::Types::ScanResultInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ScanResultInfo
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Contains information about the results of a scan job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_result_status ⇒ String
The status of the scan results.
Instance Attribute Details
#scan_result_status ⇒ String
The status of the scan results.
Valid values: THREATS_FOUND | NO_THREATS_FOUND.
10003 10004 10005 10006 10007 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 10003 class ScanResultInfo < Struct.new( :scan_result_status) SENSITIVE = [] include Aws::Structure end |