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.
7890 7891 7892 7893 7894 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7890 class StartMalwareScanResponse < Struct.new( :scan_id) SENSITIVE = [] include Aws::Structure end |