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.
2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2873 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.
2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2873 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.
2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2873 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.
2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2873 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.
2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2873 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.
2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2873 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.
2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 2873 class UpdateCustomLineItemOutput < Struct.new( :arn, :billing_group_arn, :name, :description, :charge_details, :last_modified_time, :association_size) SENSITIVE = [:name, :description] include Aws::Structure end |