Class: Aws::BillingConductor::Types::DeletePricingPlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DeletePricingPlanOutput
- 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 deleted pricing plan.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted pricing plan.
1149 1150 1151 1152 1153 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1149 class DeletePricingPlanOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |