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.
Instance Attribute Details
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
2365 2366 2367 2368 2369 2370 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2365 class DescribeMalwareScansResponse < Struct.new( :scans, :next_token) SENSITIVE = [] include Aws::Structure end |
#scans ⇒ Array<Types::Scan>
Contains information about malware scans.
2365 2366 2367 2368 2369 2370 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2365 class DescribeMalwareScansResponse < Struct.new( :scans, :next_token) SENSITIVE = [] include Aws::Structure end |