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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/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)


1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1111

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.



1111
1112
1113
1114
1115
1116
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1111

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