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>)


4860
4861
4862
4863
4864
4865
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4860

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)


4860
4861
4862
4863
4864
4865
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4860

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