Class: Aws::BillingConductor::Types::BatchAssociateResourcesToCustomLineItemOutput

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

#failed_associated_resourcesArray<Types::AssociateResourceResponseElement>

A list of AssociateResourceResponseElement for each resource that failed association to a percentage custom line item.



238
239
240
241
242
243
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 238

class BatchAssociateResourcesToCustomLineItemOutput < Struct.new(
  :successfully_associated_resources,
  :failed_associated_resources)
  SENSITIVE = []
  include Aws::Structure
end

#successfully_associated_resourcesArray<Types::AssociateResourceResponseElement>

A list of AssociateResourceResponseElement for each resource that's been associated to a percentage custom line item successfully.



238
239
240
241
242
243
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 238

class BatchAssociateResourcesToCustomLineItemOutput < Struct.new(
  :successfully_associated_resources,
  :failed_associated_resources)
  SENSITIVE = []
  include Aws::Structure
end