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.
1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1185 class DeleteCustomLineItemOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |