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.
2831 2832 2833 2834 2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2831 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.
2831 2832 2833 2834 2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2831 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.
2831 2832 2833 2834 2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2831 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.
2831 2832 2833 2834 2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2831 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.
2831 2832 2833 2834 2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2831 class UpdateCustomLineItemInput < Struct.new( :arn, :name, :description, :charge_details, :billing_period_range) SENSITIVE = [:name, :description] include Aws::Structure end |