Class: Aws::BillingConductor::Types::BillingPeriodRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/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

Instance Attribute Details

#exclusive_end_billing_periodString

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.

Returns:

  • (String)


468
469
470
471
472
473
# File 'gems/aws-sdk-billingconductor/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_periodString

The inclusive start billing period that defines a billing period range for the margin summary.

Returns:

  • (String)


468
469
470
471
472
473
# File 'gems/aws-sdk-billingconductor/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