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.
1780 1781 1782 1783 1784 1785 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1780 class DescribeMalwareScansResponse < Struct.new( :scans, :next_token) SENSITIVE = [] include Aws::Structure end |
#scans ⇒ Array<Types::Scan>
Contains information about malware scans.
1780 1781 1782 1783 1784 1785 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1780 class DescribeMalwareScansResponse < Struct.new( :scans, :next_token) SENSITIVE = [] include Aws::Structure end |