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)


2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2101

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

#scansArray<Types::Scan>

Contains information about malware scans.

Returns:



2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2101

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