Class: Aws::GuardDuty::Types::DescribeMalwareScansResponse

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 items.

Returns:

  • (String)


2199
2200
2201
2202
2203
2204
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2199

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

#scansArray<Types::Scan>

Contains information about malware scans.

Returns:



2199
2200
2201
2202
2203
2204
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2199

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