Class: Aws::Types::UpdatePricingPlanOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePricingPlanOutput
- 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.
-
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
849 850 851 |
# File 'sig/types.rbs', line 849 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
851 852 853 |
# File 'sig/types.rbs', line 851 def description @description end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
853 854 855 |
# File 'sig/types.rbs', line 853 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
850 851 852 |
# File 'sig/types.rbs', line 850 def name @name end |
#size ⇒ ::Integer
Returns the value of attribute size.
852 853 854 |
# File 'sig/types.rbs', line 852 def size @size end |