Class: Aws::BillingConductor::Types::UpdatePricingRuleInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the pricing rule to update.

Returns:

  • (String)


2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'gems/aws-sdk-billingconductor/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

#descriptionString

The new description for the pricing rule.

Returns:

  • (String)


2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'gems/aws-sdk-billingconductor/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_percentageFloat

The new modifier to show pricing plan rates as a percentage.

Returns:

  • (Float)


2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'gems/aws-sdk-billingconductor/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

#nameString

The new name of the pricing rule. The name must be unique to each pricing rule.

Returns:

  • (String)


2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'gems/aws-sdk-billingconductor/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

#tieringTypes::UpdateTieringInput

The set of tiering configurations for the pricing rule.



2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'gems/aws-sdk-billingconductor/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

#typeString

The new pricing rule type.

Returns:

  • (String)


2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'gems/aws-sdk-billingconductor/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