Class: Aws::BillingConductor::Types::UpdatePricingRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::UpdatePricingRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the pricing rule to update.
-
#description ⇒ String
The new description for the pricing rule.
-
#modifier_percentage ⇒ Float
The new modifier to show pricing plan rates as a percentage.
-
#name ⇒ String
The new name of the pricing rule.
-
#tiering ⇒ Types::UpdateTieringInput
The set of tiering configurations for the pricing rule.
-
#type ⇒ String
The new pricing rule type.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the pricing rule to update.
2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2870 class UpdatePricingRuleInput < Struct.new( :arn, :name, :description, :type, :modifier_percentage, :tiering) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The new description for the pricing rule.
2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2870 class UpdatePricingRuleInput < Struct.new( :arn, :name, :description, :type, :modifier_percentage, :tiering) SENSITIVE = [:name, :description] include Aws::Structure end |
#modifier_percentage ⇒ Float
The new modifier to show pricing plan rates as a percentage.
2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2870 class UpdatePricingRuleInput < Struct.new( :arn, :name, :description, :type, :modifier_percentage, :tiering) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The new name of the pricing rule. The name must be unique to each pricing rule.
2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2870 class UpdatePricingRuleInput < Struct.new( :arn, :name, :description, :type, :modifier_percentage, :tiering) SENSITIVE = [:name, :description] include Aws::Structure end |
#tiering ⇒ Types::UpdateTieringInput
The set of tiering configurations for the pricing rule.
2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2870 class UpdatePricingRuleInput < Struct.new( :arn, :name, :description, :type, :modifier_percentage, :tiering) SENSITIVE = [:name, :description] include Aws::Structure end |
#type ⇒ String
The new pricing rule type.
2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2870 class UpdatePricingRuleInput < Struct.new( :arn, :name, :description, :type, :modifier_percentage, :tiering) SENSITIVE = [:name, :description] include Aws::Structure end |