Class: Aws::GuardDuty::Types::ListInvestigationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListInvestigationsResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#investigations ⇒ Array<Types::InvestigationSummary>
A list of investigation summaries associated with the specified detector.
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
Instance Attribute Details
#investigations ⇒ Array<Types::InvestigationSummary>
A list of investigation summaries associated with the specified detector.
8290 8291 8292 8293 8294 8295 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8290 class ListInvestigationsResponse < Struct.new( :investigations, :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.
8290 8291 8292 8293 8294 8295 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8290 class ListInvestigationsResponse < Struct.new( :investigations, :next_token) SENSITIVE = [] include Aws::Structure end |