Class: Aws::FraudDetector::Types::GetListsMetadataRequest

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

#max_resultsInteger

The maximum number of objects to return for the request.

Returns:

  • (Integer)


2754
2755
2756
2757
2758
2759
2760
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2754

class GetListsMetadataRequest < Struct.new(
  :name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the list.

Returns:

  • (String)


2754
2755
2756
2757
2758
2759
2760
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2754

class GetListsMetadataRequest < Struct.new(
  :name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next token for the subsequent request.

Returns:

  • (String)


2754
2755
2756
2757
2758
2759
2760
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 2754

class GetListsMetadataRequest < Struct.new(
  :name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end