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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2457
2458
2459
2460
2461
2462
# File 'lib/aws-sdk-guardduty/types.rb', line 2457

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

#scansArray<Types::Scan>

Contains information about malware scans associated with GuardDuty Malware Protection for EC2.

Returns:



2457
2458
2459
2460
2461
2462
# File 'lib/aws-sdk-guardduty/types.rb', line 2457

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