Class: Aws::Types::BillEstimateLineItemSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def availability_zone
  @availability_zone
end

#estimated_costTypes::CostAmount

Returns the value of attribute estimated_cost.

Returns:



346
347
348
# File 'sig/types.rbs', line 346

def estimated_cost
  @estimated_cost
end

#estimated_usage_quantityTypes::UsageQuantityResult

Returns the value of attribute estimated_usage_quantity.



345
346
347
# File 'sig/types.rbs', line 345

def estimated_usage_quantity
  @estimated_usage_quantity
end

#historical_costTypes::CostAmount

Returns the value of attribute historical_cost.

Returns:



348
349
350
# File 'sig/types.rbs', line 348

def historical_cost
  @historical_cost
end

#historical_usage_quantityTypes::UsageQuantityResult

Returns the value of attribute historical_usage_quantity.



347
348
349
# File 'sig/types.rbs', line 347

def historical_usage_quantity
  @historical_usage_quantity
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def id
  @id
end

#line_item_id::String

Returns the value of attribute line_item_id.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def line_item_id
  @line_item_id
end

#line_item_type::String

Returns the value of attribute line_item_type.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def line_item_type
  @line_item_type
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


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

def location
  @location
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


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

def operation
  @operation
end

#payer_account_id::String

Returns the value of attribute payer_account_id.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def 
  @payer_account_id
end

#savings_plan_arns::Array[::String]

Returns the value of attribute savings_plan_arns.

Returns:

  • (::Array[::String])


349
350
351
# File 'sig/types.rbs', line 349

def savings_plan_arns
  @savings_plan_arns
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


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

def service_code
  @service_code
end

#usage_account_id::String

Returns the value of attribute usage_account_id.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def 
  @usage_account_id
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


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

def usage_type
  @usage_type
end