Class: Aws::BillingConductor::Types::DeletePricingPlanOutput

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 deleted pricing plan.

Returns:

  • (String)


1149
1150
1151
1152
1153
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1149

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