Class: Aws::Lightsail::Types::ResourceBudgetEstimate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cost_estimatesArray<Types::CostEstimate>

The cost estimate for the specified budget.

Returns:



13641
13642
13643
13644
13645
13646
13647
13648
13649
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13641

class ResourceBudgetEstimate < Struct.new(
  :resource_name,
  :resource_type,
  :cost_estimates,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The estimate end time.

Returns:

  • (Time)


13641
13642
13643
13644
13645
13646
13647
13648
13649
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13641

class ResourceBudgetEstimate < Struct.new(
  :resource_name,
  :resource_type,
  :cost_estimates,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The resource name.

Returns:

  • (String)


13641
13642
13643
13644
13645
13646
13647
13648
13649
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13641

class ResourceBudgetEstimate < Struct.new(
  :resource_name,
  :resource_type,
  :cost_estimates,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource the budget will track.

Returns:

  • (String)


13641
13642
13643
13644
13645
13646
13647
13648
13649
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13641

class ResourceBudgetEstimate < Struct.new(
  :resource_name,
  :resource_type,
  :cost_estimates,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The estimate start time.

Returns:

  • (Time)


13641
13642
13643
13644
13645
13646
13647
13648
13649
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13641

class ResourceBudgetEstimate < Struct.new(
  :resource_name,
  :resource_type,
  :cost_estimates,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end