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)


2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2097

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

#scansArray<Types::Scan>

Contains information about malware scans.

Returns:



2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2097

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