Class: Aws::Types::CustomLineItemBillingPeriodRange

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_end_billing_period ⇒ ::String

Returns the value of attribute exclusive_end_billing_period.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def exclusive_end_billing_period
  @exclusive_end_billing_period
end

#inclusive_start_billing_period ⇒ ::String

Returns the value of attribute inclusive_start_billing_period.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def inclusive_start_billing_period
  @inclusive_start_billing_period
end