Class: Aws::FraudDetector::Types::GetLabelsResult

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

#labelsArray<Types::Label>

An array of labels.

Returns:



2694
2695
2696
2697
2698
2699
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2694

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

#next_tokenString

The next page token.

Returns:

  • (String)


2694
2695
2696
2697
2698
2699
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2694

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