Class: Aws::BillingConductor::Types::UpdateCustomLineItemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::UpdateCustomLineItemOutput
- 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 successfully updated custom line item.
-
#association_size ⇒ Integer
The number of resources that are associated to the custom line item.
-
#billing_group_arn ⇒ String
The ARN of the billing group that the custom line item is applied to.
-
#charge_details ⇒ Types::ListCustomLineItemChargeDetails
A ‘ListCustomLineItemChargeDetails` containing the charge details of the successfully updated custom line item.
-
#description ⇒ String
The description of the successfully updated custom line item.
-
#last_modified_time ⇒ Integer
The most recent time when the custom line item was modified.
-
#name ⇒ String
The name of the successfully updated custom line item.
Instance Attribute Details
#arn ⇒ String
The ARN of the successfully updated custom line item.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2742 class UpdateCustomLineItemOutput < Struct.new( :arn, :billing_group_arn, :name, :description, :charge_details, :last_modified_time, :association_size) SENSITIVE = [:name, :description] include Aws::Structure end |
#association_size ⇒ Integer
The number of resources that are associated to the custom line item.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2742 class UpdateCustomLineItemOutput < Struct.new( :arn, :billing_group_arn, :name, :description, :charge_details, :last_modified_time, :association_size) SENSITIVE = [:name, :description] include Aws::Structure end |
#billing_group_arn ⇒ String
The ARN of the billing group that the custom line item is applied to.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2742 class UpdateCustomLineItemOutput < Struct.new( :arn, :billing_group_arn, :name, :description, :charge_details, :last_modified_time, :association_size) SENSITIVE = [:name, :description] include Aws::Structure end |
#charge_details ⇒ Types::ListCustomLineItemChargeDetails
A ‘ListCustomLineItemChargeDetails` containing the charge details of the successfully updated custom line item.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2742 class UpdateCustomLineItemOutput < Struct.new( :arn, :billing_group_arn, :name, :description, :charge_details, :last_modified_time, :association_size) SENSITIVE = [:name, :description] include Aws::Structure end |
#description ⇒ String
The description of the successfully updated custom line item.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2742 class UpdateCustomLineItemOutput < Struct.new( :arn, :billing_group_arn, :name, :description, :charge_details, :last_modified_time, :association_size) SENSITIVE = [:name, :description] include Aws::Structure end |
#last_modified_time ⇒ Integer
The most recent time when the custom line item was modified.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2742 class UpdateCustomLineItemOutput < Struct.new( :arn, :billing_group_arn, :name, :description, :charge_details, :last_modified_time, :association_size) SENSITIVE = [:name, :description] include Aws::Structure end |
#name ⇒ String
The name of the successfully updated custom line item.
2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2742 class UpdateCustomLineItemOutput < Struct.new( :arn, :billing_group_arn, :name, :description, :charge_details, :last_modified_time, :association_size) SENSITIVE = [:name, :description] include Aws::Structure end |