BudgetSchedule

sealed class BudgetSchedule

The start and end time of the budget.

Inheritors

Types

Link copied to clipboard
data class Fixed(val value: FixedBudgetSchedule) : BudgetSchedule

The fixed start and end time of the budget's schedule.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this BudgetSchedule as a Fixed and retrieves its aws.sdk.kotlin.services.deadline.model.FixedBudgetSchedule value. Throws an exception if the BudgetSchedule is not a Fixed.

Link copied to clipboard