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.
2801 2802 2803 2804 2805 2806 2807 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2801 class UpdatePricingPlanInput < Struct.new( :arn, :name, :description) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the pricing plan.
2801 2802 2803 2804 2805 2806 2807 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2801 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.
2801 2802 2803 2804 2805 2806 2807 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2801 class UpdatePricingPlanInput < Struct.new( :arn, :name, :description) SENSITIVE = [:name, :description] include Aws::Structure end |