Class: Aws::BillingConductor::Types::CustomLineItemVersionListElement

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 version.

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)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#arnString

A list of custom line item Amazon Resource Names (ARNs) to retrieve information.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#association_sizeInteger

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

Returns:

  • (Integer)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#billing_group_arnString

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

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#charge_detailsTypes::ListCustomLineItemChargeDetails

A representation of the charge details of a custom line item.



1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#creation_timeInteger

The time when the custom line item version was created.

Returns:

  • (Integer)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#currency_codeString

The charge value currency of the custom line item.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#descriptionString

The description of the custom line item.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#end_billing_periodString

The end billing period of the custom line item version.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#last_modified_timeInteger

The most recent time that the custom line item version was modified.

Returns:

  • (Integer)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#nameString

The name of the custom line item.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#product_codeString

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

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#start_billing_periodString

The start billing period of the custom line item version.

Returns:

  • (String)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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

#start_timeInteger

The inclusive start time.

Returns:

  • (Integer)


1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1056

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