Class: Aws::Types::UpdatePricingPlanInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePricingPlanInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
842 843 844 |
# File 'sig/types.rbs', line 842 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
844 845 846 |
# File 'sig/types.rbs', line 844 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
843 844 845 |
# File 'sig/types.rbs', line 843 def name @name end |