Class: Aws::BillingConductor::Types::UpdateCustomLineItemOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the successfully updated custom line item.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
# File 'gems/aws-sdk-billingconductor/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_sizeInteger

The number of resources that are associated to the custom line item.

Returns:

  • (Integer)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
# File 'gems/aws-sdk-billingconductor/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_arnString

The ARN of the billing group that the custom line item is applied to.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
# File 'gems/aws-sdk-billingconductor/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_detailsTypes::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 'gems/aws-sdk-billingconductor/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

#descriptionString

The description of the successfully updated custom line item.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
# File 'gems/aws-sdk-billingconductor/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_timeInteger

The most recent time when the custom line item was modified.

Returns:

  • (Integer)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
# File 'gems/aws-sdk-billingconductor/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

#nameString

The name of the successfully updated custom line item.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
# File 'gems/aws-sdk-billingconductor/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