Parameter Value Response
data class ParameterValueResponse(val reference: SecretValueReferenceResponse? = null, val value: Any? = null)
Value for the specified parameter. Can be either 'value' or 'reference' but not both.
Value for the specified parameter. Can be either 'value' or 'reference' but not both.