Class: Aws::BillingConductor::Types::ListCustomLineItemPercentageChargeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListCustomLineItemPercentageChargeDetails
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
A representation of the charge details that are associated with a percentage custom line item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#percentage_value ⇒ Float
The custom line item's percentage value.
Instance Attribute Details
#percentage_value ⇒ Float
The custom line item's percentage value. This will be multiplied against the combined value of its associated resources to determine its charge value.
1689 1690 1691 1692 1693 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1689 class ListCustomLineItemPercentageChargeDetails < Struct.new( :percentage_value) SENSITIVE = [] include Aws::Structure end |