LifecyclePolicyLastLaunched

data class LifecyclePolicyLastLaunched(val unit: LifecyclePolicyTimeUnit, val value: Int)

The last launched time of a resource.

Constructors

Link copied to clipboard
constructor(unit: LifecyclePolicyTimeUnit, value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value's time unit.

Link copied to clipboard
val value: Int

The last launched value.