GetVariableResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the variable.

Link copied to clipboard
val createdTime: String? = null

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
val defaultValue: String? = null

The default value for the variable when no value is received.

Link copied to clipboard
val description: String? = null

The description.

Link copied to clipboard
val lastUpdatedTime: String? = null

The time when the variable was last updated.

Link copied to clipboard
val tags: List<Tag>? = null

Tags associated with this variable.

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