TagStepDetails

Each step type has its own StepDetails structure.

The key/value pairs used to tag a file during the execution of a workflow step.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The name of the step, used as an identifier.

Link copied to clipboard

Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow.

Link copied to clipboard
val tags: List<S3Tag>?

Array that contains from 1 to 10 key/value pairs.

Functions

Link copied to clipboard
inline fun copy(block: TagStepDetails.Builder.() -> Unit = {}): TagStepDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String