Class: Aws::GuardDuty::Types::ListMalwareScansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListMalwareScansResponse
- 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 scans.
-
#scans ⇒ Array<Types::MalwareScan>
The list of malware scans associated with the provided input parameters.
Instance Attribute Details
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more scans.
6838 6839 6840 6841 6842 6843 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6838 class ListMalwareScansResponse < Struct.new( :scans, :next_token) SENSITIVE = [] include Aws::Structure end |
#scans ⇒ Array<Types::MalwareScan>
The list of malware scans associated with the provided input parameters.
6838 6839 6840 6841 6842 6843 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6838 class ListMalwareScansResponse < Struct.new( :scans, :next_token) SENSITIVE = [] include Aws::Structure end |