Get Variable Result
data class GetVariableResult(val arn: String? = null, val createdTime: String? = null, val dataSource: VariableDataSource? = null, val dataType: VariableDataType? = null, val defaultValue: String? = null, val description: String? = null, val lastUpdatedTime: String? = null, val tags: List<Tag>? = null, val variableType: VariableType? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, createdTime: String? = null, dataSource: VariableDataSource? = null, dataType: VariableDataType? = null, defaultValue: String? = null, description: String? = null, lastUpdatedTime: String? = null, tags: List<Tag>? = null, variableType: VariableType? = null)
Properties
Link copied to clipboard
The time when the variable was created.
Link copied to clipboard
The source of the data.
Link copied to clipboard
The data type.
Link copied to clipboard
The default value for the variable when no value is received.
Link copied to clipboard
The description.
Link copied to clipboard
The time when the variable was last updated.
Link copied to clipboard
The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types