Class: Aws::Lightsail::Types::GetCostEstimateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetCostEstimateResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resources_budget_estimate ⇒ Array<Types::ResourceBudgetEstimate>
Returns the estimate’s forecasted cost or usage.
Instance Attribute Details
#resources_budget_estimate ⇒ Array<Types::ResourceBudgetEstimate>
Returns the estimate’s forecasted cost or usage.
7379 7380 7381 7382 7383 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7379 class GetCostEstimateResult < Struct.new( :resources_budget_estimate) SENSITIVE = [] include Aws::Structure end |