Class: Aws::FraudDetector::Types::GetVariablesRequest

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 max size per page determined for the get variable request.

Returns:

  • (Integer)


3023
3024
3025
3026
3027
3028
3029
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3023

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

#nameString

The name of the variable.

Returns:

  • (String)


3023
3024
3025
3026
3027
3028
3029
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3023

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

#next_tokenString

The next page token of the get variable request.

Returns:

  • (String)


3023
3024
3025
3026
3027
3028
3029
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 3023

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