Class: Aws::BillingConductor::Types::UpdatePricingPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::UpdatePricingPlanInput
- 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 plan that you’re updating.
-
#description ⇒ String
The description of the pricing plan.
-
#name ⇒ String
The name of the pricing plan.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan that you’re updating.
2858 2859 2860 2861 2862 2863 2864 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2858 class UpdatePricingPlanInput < Struct.new( :arn, :name, :description) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the pricing plan.
2858 2859 2860 2861 2862 2863 2864 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2858 class UpdatePricingPlanInput < Struct.new( :arn, :name, :description) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the pricing plan. The name must be unique to each pricing plan.
2858 2859 2860 2861 2862 2863 2864 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2858 class UpdatePricingPlanInput < Struct.new( :arn, :name, :description) SENSITIVE = [:name, :description] include Aws::Structure end |