Class: Aws::BillingConductor::Types::DeleteCustomLineItemInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DeleteCustomLineItemInput
- 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 custom line item to be deleted.
-
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
The billing period range in which the custom line item request will be applied.
Instance Attribute Details
#arn ⇒ String
The ARN of the custom line item to be deleted.
1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1111 class DeleteCustomLineItemInput < Struct.new( :arn, :billing_period_range) SENSITIVE = [] include Aws::Structure end |
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
The billing period range in which the custom line item request will be applied.
1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1111 class DeleteCustomLineItemInput < Struct.new( :arn, :billing_period_range) SENSITIVE = [] include Aws::Structure end |