Class: Aws::BillingConductor::Types::ListCustomLineItemVersionsBillingPeriodRangeFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListCustomLineItemVersionsBillingPeriodRangeFilter
- 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
-
#end_billing_period ⇒ String
The exclusive end billing period that defines a billing period range where a custom line item version is applied.
-
#start_billing_period ⇒ String
The inclusive start billing period that defines a billing period range where a custom line item version is applied.
Instance Attribute Details
#end_billing_period ⇒ String
The exclusive end billing period that defines a billing period range where a custom line item version is applied.
1798 1799 1800 1801 1802 1803 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1798 class ListCustomLineItemVersionsBillingPeriodRangeFilter < Struct.new( :start_billing_period, :end_billing_period) SENSITIVE = [] include Aws::Structure end |
#start_billing_period ⇒ String
The inclusive start billing period that defines a billing period range where a custom line item version is applied.
1798 1799 1800 1801 1802 1803 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1798 class ListCustomLineItemVersionsBillingPeriodRangeFilter < Struct.new( :start_billing_period, :end_billing_period) SENSITIVE = [] include Aws::Structure end |