Class: Aws::DevOpsGuru::Types::CostEstimationTimeRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

The time range of a cost estimation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time of the cost estimation.

Returns:

  • (Time)


580
581
582
583
584
585
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 580

class CostEstimationTimeRange < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the cost estimation.

Returns:

  • (Time)


580
581
582
583
584
585
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 580

class CostEstimationTimeRange < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end