Class: Aws::BillingConductor::Types::DeletePricingPlanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DeletePricingPlanInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan that you’re deleting.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the pricing plan that you’re deleting.
1137 1138 1139 1140 1141 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1137 class DeletePricingPlanInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |