Class: Aws::Types::GetCostEstimationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCostEstimationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#costs ⇒ ::Array[Types::ServiceResourceCost]
Returns the value of attribute costs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_collection ⇒ Types::CostEstimationResourceCollectionFilter
Returns the value of attribute resource_collection.
-
#status ⇒ "ONGOING", "COMPLETED"
Returns the value of attribute status.
-
#time_range ⇒ Types::CostEstimationTimeRange
Returns the value of attribute time_range.
-
#total_cost ⇒ ::Float
Returns the value of attribute total_cost.
Instance Attribute Details
#costs ⇒ ::Array[Types::ServiceResourceCost]
Returns the value of attribute costs.
334 335 336 |
# File 'sig/types.rbs', line 334 def costs @costs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
337 338 339 |
# File 'sig/types.rbs', line 337 def next_token @next_token end |
#resource_collection ⇒ Types::CostEstimationResourceCollectionFilter
Returns the value of attribute resource_collection.
332 333 334 |
# File 'sig/types.rbs', line 332 def resource_collection @resource_collection end |
#status ⇒ "ONGOING", "COMPLETED"
Returns the value of attribute status.
333 334 335 |
# File 'sig/types.rbs', line 333 def status @status end |
#time_range ⇒ Types::CostEstimationTimeRange
Returns the value of attribute time_range.
335 336 337 |
# File 'sig/types.rbs', line 335 def time_range @time_range end |
#total_cost ⇒ ::Float
Returns the value of attribute total_cost.
336 337 338 |
# File 'sig/types.rbs', line 336 def total_cost @total_cost end |