Class: Aws::Types::DeleteCustomLineItemInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomLineItemInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
Returns the value of attribute billing_period_range.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
320 321 322 |
# File 'sig/types.rbs', line 320 def arn @arn end |
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
Returns the value of attribute billing_period_range.
321 322 323 |
# File 'sig/types.rbs', line 321 def billing_period_range @billing_period_range end |