Class: Aws::DevOpsGuru::Types::CostEstimationTimeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::CostEstimationTimeRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
The time range of a cost estimation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time of the cost estimation.
-
#start_time ⇒ Time
The start time of the cost estimation.
Instance Attribute Details
#end_time ⇒ Time
The end time of the cost estimation.
580 581 582 583 584 585 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 580 class CostEstimationTimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the cost estimation.
580 581 582 583 584 585 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 580 class CostEstimationTimeRange < Struct.new( :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |