StackSummary

Summarizes the number of layers, instances, and apps in a stack.

Types

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

Properties

Link copied to clipboard

The number of apps.

Link copied to clipboard
val arn: String?

The stack's ARN.

Link copied to clipboard

An InstancesCount object with the number of instances in each status.

Link copied to clipboard

The number of layers.

Link copied to clipboard
val name: String?

The stack name.

Link copied to clipboard

The stack ID.

Functions

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