Class: Aws::BillingConductor::Types::BatchAssociateResourcesToCustomLineItemInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#billing_period_rangeTypes::CustomLineItemBillingPeriodRange

The billing period range in which the custom line item request will be applied.



217
218
219
220
221
222
223
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 217

class BatchAssociateResourcesToCustomLineItemInput < Struct.new(
  :target_arn,
  :resource_arns,
  :billing_period_range)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnsArray<String>

A list containing the ARNs of the resources to be associated.

Returns:

  • (Array<String>)


217
218
219
220
221
222
223
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 217

class BatchAssociateResourcesToCustomLineItemInput < Struct.new(
  :target_arn,
  :resource_arns,
  :billing_period_range)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

A percentage custom line item ARN to associate the resources to.

Returns:

  • (String)


217
218
219
220
221
222
223
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 217

class BatchAssociateResourcesToCustomLineItemInput < Struct.new(
  :target_arn,
  :resource_arns,
  :billing_period_range)
  SENSITIVE = []
  include Aws::Structure
end