GetParameterResult

data class GetParameterResult(val dataType: ParameterDataType? = null, val type: ParameterType? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(dataType: ParameterDataType? = null, type: ParameterType? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The data type of the parameter, such as `text` or `aws:ec2:image`. The default is `text`.

Link copied to clipboard
val type: ParameterType? = null

The type of parameter.

Link copied to clipboard
val value: String? = null

The parameter value. If type is `StringList`, the system returns a comma-separated string with no spaces between commas in the `Value` field.