Class: Aws::GuardDuty::Types::ListDetectorsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idsArray<String>

A list of detector IDs.

Returns:

  • (Array<String>)


5330
5331
5332
5333
5334
5335
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5330

class ListDetectorsResponse < Struct.new(
  :detector_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


5330
5331
5332
5333
5334
5335
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5330

class ListDetectorsResponse < Struct.new(
  :detector_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end