AllowBefore

data class AllowBefore(val value: Instant) : Condition

The latest time at which the permit remains valid.

Constructors

Link copied to clipboard
constructor(value: Instant)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Condition as a AllowAfter and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Throws an exception if the Condition is not a AllowAfter.

Link copied to clipboard

Casts this Condition as a AllowAfter and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Returns null if the Condition is not a AllowAfter.

Link copied to clipboard

Casts this Condition as a AllowBefore and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Throws an exception if the Condition is not a AllowBefore.

Link copied to clipboard

Casts this Condition as a AllowBefore and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Returns null if the Condition is not a AllowBefore.