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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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)


7265
7266
7267
7268
7269
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7265

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