Class: Aws::BillingConductor::Types::CreateCustomLineItemInput

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

#account_idString

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

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
634
635
636
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 625

class CreateCustomLineItemInput < Struct.new(
  :client_token,
  :name,
  :description,
  :billing_group_arn,
  :billing_period_range,
  :tags,
  :charge_details,
  :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)


625
626
627
628
629
630
631
632
633
634
635
636
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 625

class CreateCustomLineItemInput < Struct.new(
  :client_token,
  :name,
  :description,
  :billing_group_arn,
  :billing_period_range,
  :tags,
  :charge_details,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#billing_period_rangeTypes::CustomLineItemBillingPeriodRange

A time range for which the custom line item is effective.



625
626
627
628
629
630
631
632
633
634
635
636
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 625

class CreateCustomLineItemInput < Struct.new(
  :client_token,
  :name,
  :description,
  :billing_group_arn,
  :billing_period_range,
  :tags,
  :charge_details,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#charge_detailsTypes::CustomLineItemChargeDetails

A CustomLineItemChargeDetails that describes the charge details for a custom line item.



625
626
627
628
629
630
631
632
633
634
635
636
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 625

class CreateCustomLineItemInput < Struct.new(
  :client_token,
  :name,
  :description,
  :billing_group_arn,
  :billing_period_range,
  :tags,
  :charge_details,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#client_tokenString

The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
634
635
636
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 625

class CreateCustomLineItemInput < Struct.new(
  :client_token,
  :name,
  :description,
  :billing_group_arn,
  :billing_period_range,
  :tags,
  :charge_details,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
634
635
636
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 625

class CreateCustomLineItemInput < Struct.new(
  :client_token,
  :name,
  :description,
  :billing_group_arn,
  :billing_period_range,
  :tags,
  :charge_details,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the custom line item.

Returns:

  • (String)


625
626
627
628
629
630
631
632
633
634
635
636
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 625

class CreateCustomLineItemInput < Struct.new(
  :client_token,
  :name,
  :description,
  :billing_group_arn,
  :billing_period_range,
  :tags,
  :charge_details,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to a custom line item.

Returns:

  • (Hash<String,String>)


625
626
627
628
629
630
631
632
633
634
635
636
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 625

class CreateCustomLineItemInput < Struct.new(
  :client_token,
  :name,
  :description,
  :billing_group_arn,
  :billing_period_range,
  :tags,
  :charge_details,
  :account_id)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end