Class: Aws::Types::UpdatePricingRuleInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePricingRuleInput
- 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.
-
#modifier_percentage ⇒ ::Float
Returns the value of attribute modifier_percentage.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tiering ⇒ Types::UpdateTieringInput
Returns the value of attribute tiering.
-
#type ⇒ "MARKUP", ...
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
858 859 860 |
# File 'sig/types.rbs', line 858 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
860 861 862 |
# File 'sig/types.rbs', line 860 def description @description end |
#modifier_percentage ⇒ ::Float
Returns the value of attribute modifier_percentage.
862 863 864 |
# File 'sig/types.rbs', line 862 def modifier_percentage @modifier_percentage end |
#name ⇒ ::String
Returns the value of attribute name.
859 860 861 |
# File 'sig/types.rbs', line 859 def name @name end |
#tiering ⇒ Types::UpdateTieringInput
Returns the value of attribute tiering.
863 864 865 |
# File 'sig/types.rbs', line 863 def tiering @tiering end |
#type ⇒ "MARKUP", ...
Returns the value of attribute type.
861 862 863 |
# File 'sig/types.rbs', line 861 def type @type end |