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


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_tokenString

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

Returns:

  • (String)


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