Class: Aws::FraudDetector::Types::GetVariablesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetVariablesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The max size per page determined for the get variable request.
-
#name ⇒ String
The name of the variable.
-
#next_token ⇒ String
The next page token of the get variable request.
Instance Attribute Details
#max_results ⇒ Integer
The max size per page determined for the get variable request.
3023 3024 3025 3026 3027 3028 3029 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3023 class GetVariablesRequest < Struct.new( :name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the variable.
3023 3024 3025 3026 3027 3028 3029 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3023 class GetVariablesRequest < Struct.new( :name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next page token of the get variable request.
3023 3024 3025 3026 3027 3028 3029 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3023 class GetVariablesRequest < Struct.new( :name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |