Class: Aws::GuardDuty::Types::SendObjectMalwareScanRequest

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

#s3_objectTypes::S3ObjectForSendObjectMalwareScan

The S3 object information for the object you want to scan. The bucket must have a Malware Protection plan configured to use this API.



10276
10277
10278
10279
10280
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 10276

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