Class: Aws::BillingConductor::Types::CreatePricingPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::CreatePricingPlanInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The token that is needed to support idempotency.
-
#description ⇒ String
The description of the pricing plan.
-
#name ⇒ String
The name of the pricing plan.
-
#pricing_rule_arns ⇒ Array<String>
A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to a pricing plan.
Instance Attribute Details
#client_token ⇒ String
The token that is needed to support idempotency. Idempotency isn’t currently supported, but will be implemented in a future update.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
693 694 695 696 697 698 699 700 701 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 693 class CreatePricingPlanInput < Struct.new( :client_token, :name, :description, :pricing_rule_arns, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the pricing plan.
693 694 695 696 697 698 699 700 701 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 693 class CreatePricingPlanInput < Struct.new( :client_token, :name, :description, :pricing_rule_arns, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the pricing plan. The names must be unique to each pricing plan.
693 694 695 696 697 698 699 700 701 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 693 class CreatePricingPlanInput < Struct.new( :client_token, :name, :description, :pricing_rule_arns, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |
#pricing_rule_arns ⇒ Array<String>
A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.
693 694 695 696 697 698 699 700 701 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 693 class CreatePricingPlanInput < Struct.new( :client_token, :name, :description, :pricing_rule_arns, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to a pricing plan.
693 694 695 696 697 698 699 700 701 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 693 class CreatePricingPlanInput < Struct.new( :client_token, :name, :description, :pricing_rule_arns, :tags) SENSITIVE = [:name, :description] include Aws::Structure end |