Fixed

data class Fixed(val value: FixedBudgetSchedule) : BudgetSchedule

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

Constructors

Link copied to clipboard
constructor(value: FixedBudgetSchedule)

Properties

Link copied to clipboard

Inherited 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