Class: Aws::BillingConductor::Types::UpdateCustomLineItemPercentageChargeDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

A representation of the new charge details that are associated with a percentage custom line item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#percentage_valueFloat

The custom line item's new percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.

Returns:

  • (Float)


2765
2766
2767
2768
2769
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2765

class UpdateCustomLineItemPercentageChargeDetails < Struct.new(
  :percentage_value)
  SENSITIVE = []
  include Aws::Structure
end