Class: Aws::Types::GetCostEstimationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#costs::Array[Types::ServiceResourceCost]

Returns the value of attribute costs.

Returns:



334
335
336
# File 'sig/types.rbs', line 334

def costs
  @costs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def next_token
  @next_token
end

#resource_collectionTypes::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.

Returns:

  • ("ONGOING", "COMPLETED")


333
334
335
# File 'sig/types.rbs', line 333

def status
  @status
end

#time_rangeTypes::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.

Returns:

  • (::Float)


336
337
338
# File 'sig/types.rbs', line 336

def total_cost
  @total_cost
end