Class: Aws::BillingConductor::Types::UpdatePricingPlanInput

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 plan that you're updating.

Returns:

  • (String)


2801
2802
2803
2804
2805
2806
2807
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2801

class UpdatePricingPlanInput < Struct.new(
  :arn,
  :name,
  :description)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the pricing plan.

Returns:

  • (String)


2801
2802
2803
2804
2805
2806
2807
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2801

class UpdatePricingPlanInput < Struct.new(
  :arn,
  :name,
  :description)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the pricing plan. The name must be unique to each pricing plan.

Returns:

  • (String)


2801
2802
2803
2804
2805
2806
2807
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 2801

class UpdatePricingPlanInput < Struct.new(
  :arn,
  :name,
  :description)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end