Class: Aws::FraudDetector::Types::GetVariablesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::GetVariablesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The next page token to be used in subsequent requests.
-
#variables ⇒ Array<Types::Variable>
The names of the variables returned.
Instance Attribute Details
#next_token ⇒ String
The next page token to be used in subsequent requests.
3041 3042 3043 3044 3045 3046 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3041 class GetVariablesResult < Struct.new( :variables, :next_token) SENSITIVE = [] include Aws::Structure end |
#variables ⇒ Array<Types::Variable>
The names of the variables returned.
3041 3042 3043 3044 3045 3046 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 3041 class GetVariablesResult < Struct.new( :variables, :next_token) SENSITIVE = [] include Aws::Structure end |