Class: Aws::Lightsail::Types::ResourceBudgetEstimate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::ResourceBudgetEstimate
- Includes:
- Structure
- Defined in:
- 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.
13477 13478 13479 13480 13481 13482 13483 13484 13485 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13477 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.
13477 13478 13479 13480 13481 13482 13483 13484 13485 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13477 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.
13477 13478 13479 13480 13481 13482 13483 13484 13485 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13477 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.
13477 13478 13479 13480 13481 13482 13483 13484 13485 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13477 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.
13477 13478 13479 13480 13481 13482 13483 13484 13485 |
# File 'lib/aws-sdk-lightsail/types.rb', line 13477 class ResourceBudgetEstimate < Struct.new( :resource_name, :resource_type, :cost_estimates, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |