Class: Aws::Deadline::Types::FixedBudgetSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::FixedBudgetSchedule
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The details of a fixed budget schedule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
When the budget ends.
-
#start_time ⇒ Time
When the budget starts.
Instance Attribute Details
#end_time ⇒ Time
When the budget ends.
2340 2341 2342 2343 2344 2345 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2340 class FixedBudgetSchedule < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
When the budget starts.
2340 2341 2342 2343 2344 2345 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2340 class FixedBudgetSchedule < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |