Class: Aws::BillingConductor::Types::DeleteCustomLineItemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DeleteCustomLineItemOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the deleted custom line item.
Instance Attribute Details
#arn ⇒ String
The ARN of the deleted custom line item.
1124 1125 1126 1127 1128 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1124 class DeleteCustomLineItemOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |