Class: Aws::Types::BillEstimateLineItemSummary
- Inherits:
-
Object
- Object
- Aws::Types::BillEstimateLineItemSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#estimated_cost ⇒ Types::CostAmount
Returns the value of attribute estimated_cost.
-
#estimated_usage_quantity ⇒ Types::UsageQuantityResult
Returns the value of attribute estimated_usage_quantity.
-
#historical_cost ⇒ Types::CostAmount
Returns the value of attribute historical_cost.
-
#historical_usage_quantity ⇒ Types::UsageQuantityResult
Returns the value of attribute historical_usage_quantity.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#line_item_id ⇒ ::String
Returns the value of attribute line_item_id.
-
#line_item_type ⇒ ::String
Returns the value of attribute line_item_type.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#payer_account_id ⇒ ::String
Returns the value of attribute payer_account_id.
-
#savings_plan_arns ⇒ ::Array[::String]
Returns the value of attribute savings_plan_arns.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#usage_account_id ⇒ ::String
Returns the value of attribute usage_account_id.
-
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
339 340 341 |
# File 'sig/types.rbs', line 339 def availability_zone @availability_zone end |
#estimated_cost ⇒ Types::CostAmount
Returns the value of attribute estimated_cost.
346 347 348 |
# File 'sig/types.rbs', line 346 def estimated_cost @estimated_cost end |
#estimated_usage_quantity ⇒ Types::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_cost ⇒ Types::CostAmount
Returns the value of attribute historical_cost.
348 349 350 |
# File 'sig/types.rbs', line 348 def historical_cost @historical_cost end |
#historical_usage_quantity ⇒ Types::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.
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.
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.
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.
338 339 340 |
# File 'sig/types.rbs', line 338 def location @location end |
#operation ⇒ ::String
Returns the value of attribute operation.
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.
343 344 345 |
# File 'sig/types.rbs', line 343 def payer_account_id @payer_account_id end |
#savings_plan_arns ⇒ ::Array[::String]
Returns the value of attribute savings_plan_arns.
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.
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.
344 345 346 |
# File 'sig/types.rbs', line 344 def usage_account_id @usage_account_id end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
336 337 338 |
# File 'sig/types.rbs', line 336 def usage_type @usage_type end |