StartPipeResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the pipe.

Link copied to clipboard

The time the pipe was created.

Link copied to clipboard

The state the pipe is in.

Link copied to clipboard

The state the pipe should be in.

Link copied to clipboard

When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Link copied to clipboard
val name: String?

The name of the pipe.

Functions

Link copied to clipboard
inline fun copy(block: StartPipeResponse.Builder.() -> Unit = {}): StartPipeResponse
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