Pipeline Remove Attributes Args
data class PipelineRemoveAttributesArgs(val attributes: Output<List<String>>, val name: Output<String>, val next: Output<String>? = null) : ConvertibleToJava<PipelineRemoveAttributesArgs>