Class: Aws::FraudDetector::Types::GetLabelsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetLabelsResult
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#labels ⇒ Array<Types::Label>
An array of labels.
-
#next_token ⇒ String
The next page token.
Instance Attribute Details
#labels ⇒ Array<Types::Label>
An array of labels.
2572 2573 2574 2575 2576 2577 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2572 class GetLabelsResult < Struct.new( :labels, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next page token.
2572 2573 2574 2575 2576 2577 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2572 class GetLabelsResult < Struct.new( :labels, :next_token) SENSITIVE = [] include Aws::Structure end |