You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetVariablesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "string",
  next_token: "string",
  max_results: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The max size per page determined for the get variable request.

Returns:

  • (Integer)

    The max size per page determined for the get variable request.

#nameString

The name of the variable.

Returns:

  • (String)

    The name of the variable.

#next_tokenString

The next page token of the get variable request.

Returns:

  • (String)

    The next page token of the get variable request.