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:



13462
13463
13464
13465
13466
13467
13468
13469
13470
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13462

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)


13462
13463
13464
13465
13466
13467
13468
13469
13470
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13462

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)


13462
13463
13464
13465
13466
13467
13468
13469
13470
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13462

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)


13462
13463
13464
13465
13466
13467
13468
13469
13470
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13462

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)


13462
13463
13464
13465
13466
13467
13468
13469
13470
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13462

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