Class: Aws::GuardDuty::Types::GetMalwareScanRequest

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)


4753
4754
4755
4756
4757
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4753

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