Class: Aws::BillingConductor::Types::CustomLineItemBillingPeriodRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::CustomLineItemBillingPeriodRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
The billing period range in which the custom line item request will be applied.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exclusive_end_billing_period ⇒ String
The inclusive end billing period that defines a billing period range where a custom line is applied.
-
#inclusive_start_billing_period ⇒ String
The inclusive start billing period that defines a billing period range where a custom line is applied.
Instance Attribute Details
#exclusive_end_billing_period ⇒ String
The inclusive end billing period that defines a billing period range where a custom line is applied.
845 846 847 848 849 850 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 845 class CustomLineItemBillingPeriodRange < Struct.new( :inclusive_start_billing_period, :exclusive_end_billing_period) SENSITIVE = [] include Aws::Structure end |
#inclusive_start_billing_period ⇒ String
The inclusive start billing period that defines a billing period range where a custom line is applied.
845 846 847 848 849 850 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 845 class CustomLineItemBillingPeriodRange < Struct.new( :inclusive_start_billing_period, :exclusive_end_billing_period) SENSITIVE = [] include Aws::Structure end |