Class: Aws::BillingConductor::Types::CustomLineItemListElement

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

Overview

A representation of a custom line item.

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account in which this custom line item will be applied to.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#arnString

The Amazon Resource Names (ARNs) for custom line items.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#association_sizeInteger

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

Returns:

  • (Integer)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#billing_group_arnString

The Amazon Resource Name (ARN) that references the billing group where the custom line item applies to.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#charge_detailsTypes::ListCustomLineItemChargeDetails

A ListCustomLineItemChargeDetails that describes the charge details of a custom line item.



953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#creation_timeInteger

The time created.

Returns:

  • (Integer)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#currency_codeString

The custom line item's charge value currency. Only one of the valid values can be used.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The custom line item's description. This is shown on the Bills page in association with the charge value.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#last_modified_timeInteger

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

Returns:

  • (Integer)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The custom line item's name.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#product_codeString

The product code that's associated with the custom line item.

Returns:

  • (String)


953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 953

class CustomLineItemListElement < Struct.new(
  :arn,
  :name,
  :charge_details,
  :currency_code,
  :description,
  :product_code,
  :billing_group_arn,
  :creation_time,
  :last_modified_time,
  :association_size,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end