Class: Aws::BillingConductor::Types::BatchAssociateResourcesToCustomLineItemOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::BatchAssociateResourcesToCustomLineItemOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_associated_resources ⇒ Array<Types::AssociateResourceResponseElement>
A list of ‘AssociateResourceResponseElement` for each resource that failed association to a percentage custom line item.
-
#successfully_associated_resources ⇒ Array<Types::AssociateResourceResponseElement>
A list of ‘AssociateResourceResponseElement` for each resource that’s been associated to a percentage custom line item successfully.
Instance Attribute Details
#failed_associated_resources ⇒ Array<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 '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_resources ⇒ Array<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 'lib/aws-sdk-billingconductor/types.rb', line 238 class BatchAssociateResourcesToCustomLineItemOutput < Struct.new( :successfully_associated_resources, :failed_associated_resources) SENSITIVE = [] include Aws::Structure end |