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)


1124
1125
1126
1127
1128
# File 'lib/aws-sdk-billingconductor/types.rb', line 1124

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