Class: Aws::BillingConductor::Types::UpdateCustomLineItemInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::UpdateCustomLineItemInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :description]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the custom line item to be updated.
-
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
The billing period range in which the custom line item request will be applied.
-
#charge_details ⇒ Types::UpdateCustomLineItemChargeDetails
A ‘ListCustomLineItemChargeDetails` containing the new charge details for the custom line item.
-
#description ⇒ String
The new line item description of the custom line item.
-
#name ⇒ String
The new name for the custom line item.
Instance Attribute Details
#arn ⇒ String
The ARN of the custom line item to be updated.
2700 2701 2702 2703 2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2700 class UpdateCustomLineItemInput < Struct.new( :arn, :name, :description, :charge_details, :billing_period_range) SENSITIVE = [:name, :description] include Aws::Structure end |
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
The billing period range in which the custom line item request will be applied.
2700 2701 2702 2703 2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2700 class UpdateCustomLineItemInput < Struct.new( :arn, :name, :description, :charge_details, :billing_period_range) SENSITIVE = [:name, :description] include Aws::Structure end |
#charge_details ⇒ Types::UpdateCustomLineItemChargeDetails
A ‘ListCustomLineItemChargeDetails` containing the new charge details for the custom line item.
2700 2701 2702 2703 2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2700 class UpdateCustomLineItemInput < Struct.new( :arn, :name, :description, :charge_details, :billing_period_range) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The new line item description of the custom line item.
2700 2701 2702 2703 2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2700 class UpdateCustomLineItemInput < Struct.new( :arn, :name, :description, :charge_details, :billing_period_range) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The new name for the custom line item.
2700 2701 2702 2703 2704 2705 2706 2707 2708 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2700 class UpdateCustomLineItemInput < Struct.new( :arn, :name, :description, :charge_details, :billing_period_range) SENSITIVE = [:name, :description] include Aws::Structure end |