Class: Aws::Lightsail::Types::ResourceBudgetEstimate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ResourceBudgetEstimate
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Describes the estimated cost or usage that a budget tracks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost_estimates ⇒ Array<Types::CostEstimate>
The cost estimate for the specified budget.
-
#end_time ⇒ Time
The estimate end time.
-
#resource_name ⇒ String
The resource name.
-
#resource_type ⇒ String
The type of resource the budget will track.
-
#start_time ⇒ Time
The estimate start time.
Instance Attribute Details
#cost_estimates ⇒ Array<Types::CostEstimate>
The cost estimate for the specified budget.
13375 13376 13377 13378 13379 13380 13381 13382 13383 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13375 class ResourceBudgetEstimate < Struct.new( :resource_name, :resource_type, :cost_estimates, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The estimate end time.
13375 13376 13377 13378 13379 13380 13381 13382 13383 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13375 class ResourceBudgetEstimate < Struct.new( :resource_name, :resource_type, :cost_estimates, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The resource name.
13375 13376 13377 13378 13379 13380 13381 13382 13383 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13375 class ResourceBudgetEstimate < Struct.new( :resource_name, :resource_type, :cost_estimates, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource the budget will track.
13375 13376 13377 13378 13379 13380 13381 13382 13383 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13375 class ResourceBudgetEstimate < Struct.new( :resource_name, :resource_type, :cost_estimates, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The estimate start time.
13375 13376 13377 13378 13379 13380 13381 13382 13383 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13375 class ResourceBudgetEstimate < Struct.new( :resource_name, :resource_type, :cost_estimates, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |