Class: Aws::FraudDetector::Types::GetDetectorsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetDetectorsResult
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detectors ⇒ Array<Types::Detector>
The detectors.
-
#next_token ⇒ String
The next page token.
Instance Attribute Details
#detectors ⇒ Array<Types::Detector>
The detectors.
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_token ⇒ String
The next page token.
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 |