Class: Aws::GuardDuty::Types::StartMalwareScanResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_idString

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.

Returns:

  • (String)


7247
7248
7249
7250
7251
# File 'lib/aws-sdk-guardduty/types.rb', line 7247

class StartMalwareScanResponse < Struct.new(
  :scan_id)
  SENSITIVE = []
  include Aws::Structure
end