Workflow Step Tag Step Details Properties
data class WorkflowStepTagStepDetailsProperties(val name: String? = null, val sourceFileLocation: String? = null, val tags: List<WorkflowS3Tag>? = null)
Details for a step that creates one or more tags.
Constructors
Link copied to clipboard
constructor(name: String? = null, sourceFileLocation: String? = null, tags: List<WorkflowS3Tag>? = null)