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:

  • (Array<String>)


3395
3396
3397
3398
3399
3400
# File 'lib/aws-sdk-guardduty/types.rb', line 3395

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)


3395
3396
3397
3398
3399
3400
# File 'lib/aws-sdk-guardduty/types.rb', line 3395

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