Class: Aws::Types::BillingPeriodRange
- Inherits:
-
Object
- Object
- Aws::Types::BillingPeriodRange
- 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.
142 143 144 |
# File 'sig/types.rbs', line 142 def exclusive_end_billing_period @exclusive_end_billing_period end |
#inclusive_start_billing_period ⇒ ::String
Returns the value of attribute inclusive_start_billing_period.
141 142 143 |
# File 'sig/types.rbs', line 141 def inclusive_start_billing_period @inclusive_start_billing_period end |