Class: Aws::GuardDuty::Types::ListMalwareScansResponse

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

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more scans.

Returns:

  • (String)


6838
6839
6840
6841
6842
6843
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6838

class ListMalwareScansResponse < Struct.new(
  :scans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#scansArray<Types::MalwareScan>

The list of malware scans associated with the provided input parameters.

Returns:



6838
6839
6840
6841
6842
6843
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6838

class ListMalwareScansResponse < Struct.new(
  :scans,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end