Class: Aws::BillingConductor::Types::BillingPeriodRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::BillingPeriodRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
A time range for which the margin summary is effective. The time range can be up to 12 months.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exclusive_end_billing_period ⇒ String
The exclusive end billing period that defines a billing period range for the margin summary.
-
#inclusive_start_billing_period ⇒ String
The inclusive start billing period that defines a billing period range for the margin summary.
Instance Attribute Details
#exclusive_end_billing_period ⇒ String
The exclusive end billing period that defines a billing period range for the margin summary. For example, if you choose a billing period that starts in October 2023 and ends in December 2023, the margin summary will only include data from October 2023 and November 2023.
468 469 470 471 472 473 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 468 class BillingPeriodRange < 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 for the margin summary.
468 469 470 471 472 473 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 468 class BillingPeriodRange < Struct.new( :inclusive_start_billing_period, :exclusive_end_billing_period) SENSITIVE = [] include Aws::Structure end |