Class: Aws::FraudDetector::Types::GetListElementsResult

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

#elementsArray<String>

The list elements.

Returns:

  • (Array<String>)


2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2733

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

#next_tokenString

The next page token.

Returns:

  • (String)


2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2733

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