Class: Aws::Lightsail::Types::GetCostEstimateResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resources_budget_estimateArray<Types::ResourceBudgetEstimate>

Returns the estimate’s forecasted cost or usage.

Returns:



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