Class: Aws::BillingConductor::Types::ListCustomLineItemVersionsBillingPeriodRangeFilter

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

Overview

A billing period filter that specifies the custom line item versions to retrieve.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_billing_periodString

The exclusive end billing period that defines a billing period range where a custom line item version is applied.

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1710

class ListCustomLineItemVersionsBillingPeriodRangeFilter < Struct.new(
  :start_billing_period,
  :end_billing_period)
  SENSITIVE = []
  include Aws::Structure
end

#start_billing_periodString

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

Returns:

  • (String)


1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1710

class ListCustomLineItemVersionsBillingPeriodRangeFilter < Struct.new(
  :start_billing_period,
  :end_billing_period)
  SENSITIVE = []
  include Aws::Structure
end