SoftwareSet

Describes a software set.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the software set.

Link copied to clipboard
val id: String?

The ID of the software set.

Link copied to clipboard

The timestamp of when the software set was released.

Link copied to clipboard

A list of the software components in the software set.

Link copied to clipboard

The timestamp of the end of support for the software set.

Link copied to clipboard

An option to define if the software set has been validated.

Link copied to clipboard

The version of the software set.

Functions

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