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.
6430 6431 6432 6433 6434 6435 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6430 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.
6430 6431 6432 6433 6434 6435 |
# File 'lib/aws-sdk-guardduty/types.rb', line 6430 class ListFindingsResponse < Struct.new( :finding_ids, :next_token) SENSITIVE = [] include Aws::Structure end |