Class: Aws::BillingConductor::Types::DeleteCustomLineItemInput

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 custom line item to be deleted.

Returns:

  • (String)


1172
1173
1174
1175
1176
1177
# File 'lib/aws-sdk-billingconductor/types.rb', line 1172

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

#billing_period_rangeTypes::CustomLineItemBillingPeriodRange

The billing period range in which the custom line item request will be applied.



1172
1173
1174
1175
1176
1177
# File 'lib/aws-sdk-billingconductor/types.rb', line 1172

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