Class: Aws::Types::UpdatePricingRuleOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePricingRuleOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associated_pricing_plan_count ⇒ ::Integer
Returns the value of attribute associated_pricing_plan_count.
-
#billing_entity ⇒ ::String
Returns the value of attribute billing_entity.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
-
#modifier_percentage ⇒ ::Float
Returns the value of attribute modifier_percentage.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#scope ⇒ "GLOBAL", ...
Returns the value of attribute scope.
-
#service ⇒ ::String
Returns the value of attribute service.
-
#tiering ⇒ Types::UpdateTieringInput
Returns the value of attribute tiering.
-
#type ⇒ "MARKUP", ...
Returns the value of attribute type.
-
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
868 869 870 |
# File 'sig/types.rbs', line 868 def arn @arn end |
#associated_pricing_plan_count ⇒ ::Integer
Returns the value of attribute associated_pricing_plan_count.
875 876 877 |
# File 'sig/types.rbs', line 875 def associated_pricing_plan_count @associated_pricing_plan_count end |
#billing_entity ⇒ ::String
Returns the value of attribute billing_entity.
877 878 879 |
# File 'sig/types.rbs', line 877 def billing_entity @billing_entity end |
#description ⇒ ::String
Returns the value of attribute description.
870 871 872 |
# File 'sig/types.rbs', line 870 def description @description end |
#last_modified_time ⇒ ::Integer
Returns the value of attribute last_modified_time.
876 877 878 |
# File 'sig/types.rbs', line 876 def last_modified_time @last_modified_time end |
#modifier_percentage ⇒ ::Float
Returns the value of attribute modifier_percentage.
873 874 875 |
# File 'sig/types.rbs', line 873 def modifier_percentage @modifier_percentage end |
#name ⇒ ::String
Returns the value of attribute name.
869 870 871 |
# File 'sig/types.rbs', line 869 def name @name end |
#operation ⇒ ::String
Returns the value of attribute operation.
880 881 882 |
# File 'sig/types.rbs', line 880 def operation @operation end |
#scope ⇒ "GLOBAL", ...
Returns the value of attribute scope.
871 872 873 |
# File 'sig/types.rbs', line 871 def scope @scope end |
#service ⇒ ::String
Returns the value of attribute service.
874 875 876 |
# File 'sig/types.rbs', line 874 def service @service end |
#tiering ⇒ Types::UpdateTieringInput
Returns the value of attribute tiering.
878 879 880 |
# File 'sig/types.rbs', line 878 def tiering @tiering end |
#type ⇒ "MARKUP", ...
Returns the value of attribute type.
872 873 874 |
# File 'sig/types.rbs', line 872 def type @type end |
#usage_type ⇒ ::String
Returns the value of attribute usage_type.
879 880 881 |
# File 'sig/types.rbs', line 879 def usage_type @usage_type end |