Class: Aws::GuardDuty::Types::StartMalwareScanResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::StartMalwareScanResponse
- Includes:
- Structure
- Defined in:
- 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.
8228 8229 8230 8231 8232 |
# File 'lib/aws-sdk-guardduty/types.rb', line 8228 class StartMalwareScanResponse < Struct.new( :scan_id) SENSITIVE = [] include Aws::Structure end |