Class: Aws::Types::UpdateCustomLineItemInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomLineItemInput
- 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.
-
#charge_details ⇒ Types::UpdateCustomLineItemChargeDetails
Returns the value of attribute charge_details.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
812 813 814 |
# File 'sig/types.rbs', line 812 def arn @arn end |
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
Returns the value of attribute billing_period_range.
816 817 818 |
# File 'sig/types.rbs', line 816 def billing_period_range @billing_period_range end |
#charge_details ⇒ Types::UpdateCustomLineItemChargeDetails
Returns the value of attribute charge_details.
815 816 817 |
# File 'sig/types.rbs', line 815 def charge_details @charge_details end |
#description ⇒ ::String
Returns the value of attribute description.
814 815 816 |
# File 'sig/types.rbs', line 814 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
813 814 815 |
# File 'sig/types.rbs', line 813 def name @name end |