Class: Aws::GuardDuty::Types::SendObjectMalwareScanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::SendObjectMalwareScanRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_object ⇒ Types::S3ObjectForSendObjectMalwareScan
The S3 object information for the object you want to scan.
Instance Attribute Details
#s3_object ⇒ Types::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 |