Class: Aws::GuardDuty::Types::ListFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListFindingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#finding_ids ⇒ Array<String>
The IDs of the findings that you’re listing.
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
Instance Attribute Details
#finding_ids ⇒ Array<String>
The IDs of the findings that you’re listing.
5555 5556 5557 5558 5559 5560 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5555 class ListFindingsResponse < Struct.new( :finding_ids, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
5555 5556 5557 5558 5559 5560 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5555 class ListFindingsResponse < Struct.new( :finding_ids, :next_token) SENSITIVE = [] include Aws::Structure end |