Environment Response
data class EnvironmentResponse(val encryptedVariables: KMSEnvMapResponse, val secretVariables: Map<String, String>, val variables: Map<String, String>)
An Environment describes a collection of environment variables to set when executing Tasks.
Constructors
Link copied to clipboard
fun EnvironmentResponse(encryptedVariables: KMSEnvMapResponse, secretVariables: Map<String, String>, variables: Map<String, String>)