Class: Aws::BillingConductor::Types::DeletePricingPlanInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the pricing plan that you're deleting.

Returns:

  • (String)


1137
1138
1139
1140
1141
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1137

class DeletePricingPlanInput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end