JobId

class JobId : AbstractValue<String> (source)

A job identifier, unique within the account. AWS allows only alphanumerics, "-" and "_", which is what lets it be dropped straight into the /jobs/{jobId} path.

Types

Link copied to clipboard
object Companion : StringValueFactory<JobId>

Properties

Link copied to clipboard
open override val value: String

Functions

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