Class: Aws::BillingConductor::Types::DeletePricingRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DeletePricingRuleInput
- 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 rule that you are deleting.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the pricing rule that you are deleting.
1162 1163 1164 1165 1166 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1162 class DeletePricingRuleInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |