Class: Aws::BillingConductor::Types::CustomLineItemBillingPeriodRange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#exclusive_end_billing_periodString

The inclusive end billing period that defines a billing period range where a custom line is applied.

Returns:

  • (String)


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_periodString

The inclusive start billing period that defines a billing period range where a custom line is applied.

Returns:

  • (String)


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