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.
2389 2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2389 class FixedBudgetSchedule < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
When the budget starts.
2389 2390 2391 2392 2393 2394 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2389 class FixedBudgetSchedule < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |