Module: Aws::DevOpsGuru::Client::_GetCostEstimationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetCostEstimationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #costs ⇒ ::Array[Types::ServiceResourceCost]
- #next_token ⇒ ::String
- #resource_collection ⇒ Types::CostEstimationResourceCollectionFilter
- #status ⇒ "ONGOING", "COMPLETED"
- #time_range ⇒ Types::CostEstimationTimeRange
- #total_cost ⇒ ::Float
Instance Method Details
#costs ⇒ ::Array[Types::ServiceResourceCost]
250 |
# File 'sig/client.rbs', line 250
def costs: () -> ::Array[Types::ServiceResourceCost]
|
#next_token ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def next_token: () -> ::String
|
#resource_collection ⇒ Types::CostEstimationResourceCollectionFilter
248 |
# File 'sig/client.rbs', line 248
def resource_collection: () -> Types::CostEstimationResourceCollectionFilter
|
#status ⇒ "ONGOING", "COMPLETED"
249 |
# File 'sig/client.rbs', line 249
def status: () -> ("ONGOING" | "COMPLETED")
|
#time_range ⇒ Types::CostEstimationTimeRange
251 |
# File 'sig/client.rbs', line 251
def time_range: () -> Types::CostEstimationTimeRange
|
#total_cost ⇒ ::Float
252 |
# File 'sig/client.rbs', line 252
def total_cost: () -> ::Float
|