Class: Aws::Types::CustomLineItemBillingPeriodRange
- Inherits:
-
Object
- Object
- Aws::Types::CustomLineItemBillingPeriodRange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclusive_end_billing_period ⇒ ::String
Returns the value of attribute exclusive_end_billing_period.
-
#inclusive_start_billing_period ⇒ ::String
Returns the value of attribute inclusive_start_billing_period.
Instance Attribute Details
#exclusive_end_billing_period ⇒ ::String
Returns the value of attribute exclusive_end_billing_period.
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.
241 242 243 |
# File 'sig/types.rbs', line 241 def inclusive_start_billing_period @inclusive_start_billing_period end |