Class: Aws::BillingConductor::Types::DeletePricingRuleOutput

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 rule.

Returns:

  • (String)


1174
1175
1176
1177
1178
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1174

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