Class: Aws::GuardDuty::Types::ListDetectorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListDetectorsResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detector_ids ⇒ Array<String>
A list of detector IDs.
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
Instance Attribute Details
#detector_ids ⇒ Array<String>
A list of detector IDs.
3932 3933 3934 3935 3936 3937 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3932 class ListDetectorsResponse < Struct.new( :detector_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.
3932 3933 3934 3935 3936 3937 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3932 class ListDetectorsResponse < Struct.new( :detector_ids, :next_token) SENSITIVE = [] include Aws::Structure end |