ListStepsRequest

This input determines which steps to list.

Types

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

Properties

Link copied to clipboard

The identifier of the cluster for which to list the steps.

Link copied to clipboard

The maximum number of steps that a single ListSteps action returns is 50. To return a longer list of steps, use multiple ListSteps actions along with the Marker parameter, which is a pagination token that indicates the next set of results to retrieve.

Link copied to clipboard

The filter to limit the step list based on the identifier of the steps. You can specify a maximum of ten Step IDs. The character constraint applies to the overall length of the array.

Link copied to clipboard

The filter to limit the step list based on certain states.

Functions

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