Class: Aws::GuardDuty::Types::StartMalwareScanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::StartMalwareScanResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_id ⇒ String
A unique identifier that gets generated when you invoke the API without any error.
Instance Attribute Details
#scan_id ⇒ String
A unique identifier that gets generated when you invoke the API without any error. Each malware scan has a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.
7641 7642 7643 7644 7645 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7641 class StartMalwareScanResponse < Struct.new( :scan_id) SENSITIVE = [] include Aws::Structure end |