Class: Aws::BillingConductor::Types::DeleteCustomLineItemOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-billingconductor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the deleted custom line item.

Returns:

  • (String)


1167
1168
1169
1170
1171
# File 'lib/aws-sdk-billingconductor/types.rb', line 1167

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