Class: Aws::GuardDuty::Types::DescribeMalwareScansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DescribeMalwareScansResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
-
#scans ⇒ Array<Types::Scan>
Contains information about malware scans associated with GuardDuty Malware Protection for EC2.
Instance Attribute Details
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
2457 2458 2459 2460 2461 2462 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2457 class DescribeMalwareScansResponse < Struct.new( :scans, :next_token) SENSITIVE = [] include Aws::Structure end |
#scans ⇒ Array<Types::Scan>
Contains information about malware scans associated with GuardDuty Malware Protection for EC2.
2457 2458 2459 2460 2461 2462 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2457 class DescribeMalwareScansResponse < Struct.new( :scans, :next_token) SENSITIVE = [] include Aws::Structure end |