Class: Aws::FraudDetector::Types::GetListsMetadataResult

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

#listsArray<Types::AllowDenyList>

The metadata of the specified list or all lists under the account.

Returns:



2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2772

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

#next_tokenString

The next page token.

Returns:

  • (String)


2772
2773
2774
2775
2776
2777
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2772

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