Class: Aws::FraudDetector::Types::GetDetectorsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detectorsArray<Types::Detector>

The detectors.

Returns:



2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2268

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

#next_tokenString

The next page token.

Returns:

  • (String)


2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2268

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