NAME
Paws::DevOpsGuru::GetCostEstimationResponse
ATTRIBUTES
Costs => ArrayRef[Paws::DevOpsGuru::ServiceResourceCost]
An array of ResourceCost objects that each contains details about the monthly cost estimate to analyze one of your AWS resources.
NextToken => Str
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
ResourceCollection => Paws::DevOpsGuru::CostEstimationResourceCollectionFilter
The collection of the AWS resources used to create your monthly DevOps Guru cost estimate.
Status => Str
The status of creating this cost estimate. If it's still in progress, the status ONGOING is returned. If it is finished, the status COMPLETED is returned.
Valid values are: "ONGOING", "COMPLETED" =head2 TimeRange => Paws::DevOpsGuru::CostEstimationTimeRange
The start and end time of the cost estimation.
TotalCost => Num
The estimated monthly cost to analyze the AWS resources. This value is the sum of the estimated costs to analyze each resource in the Costs object in this response.