SolutionSummary

Provides a summary of the properties of a solution. For a complete listing, call the DescribeSolution API.

Types

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

Properties

Link copied to clipboard

The date and time (in Unix time) that the solution was created.

Link copied to clipboard

The date and time (in Unix time) that the solution was last updated.

Link copied to clipboard
val name: String?

The name of the solution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the recipe used by the solution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the solution.

Link copied to clipboard

The status of the solution.

Functions

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