ListStepsResponse

This output contains the list of steps returned in reverse order. This means that the last step is the first element in the list.

Types

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

Properties

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 filtered list of steps for the cluster.

Functions

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