Class: Aws::BillingConductor::Types::ListCustomLineItemVersionsFilter

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

Overview

A filter that specifies the billing period range where the custom line item versions reside.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_period_rangeTypes::ListCustomLineItemVersionsBillingPeriodRangeFilter

The billing period range in which the custom line item version is applied.



1727
1728
1729
1730
1731
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1727

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