GetPipelineRequest

Represents the input of a GetPipeline action.

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 pipeline for which you want to get information. Pipeline names must be unique in an Amazon Web Services account.

Link copied to clipboard
val version: Int?

The version number of the pipeline. If you do not specify a version, defaults to the current version.

Functions

Link copied to clipboard
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