Class: Aws::BillingConductor::Types::BatchDisassociateResourcesFromCustomLineItemOutput

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_disassociated_resourcesArray<Types::DisassociateResourceResponseElement>

A list of DisassociateResourceResponseElement for each resource that failed disassociation from a percentage custom line item.



282
283
284
285
286
287
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 282

class BatchDisassociateResourcesFromCustomLineItemOutput < Struct.new(
  :successfully_disassociated_resources,
  :failed_disassociated_resources)
  SENSITIVE = []
  include Aws::Structure
end

#successfully_disassociated_resourcesArray<Types::DisassociateResourceResponseElement>

A list of DisassociateResourceResponseElement for each resource that's been disassociated from a percentage custom line item successfully.



282
283
284
285
286
287
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 282

class BatchDisassociateResourcesFromCustomLineItemOutput < Struct.new(
  :successfully_disassociated_resources,
  :failed_disassociated_resources)
  SENSITIVE = []
  include Aws::Structure
end