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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



6390
6391
6392
6393
6394
6395
# File 'lib/aws-sdk-guardduty/types.rb', line 6390

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:



6390
6391
6392
6393
6394
6395
# File 'lib/aws-sdk-guardduty/types.rb', line 6390

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