Class: Aws::BillingConductor::Types::BatchDisassociateResourcesFromCustomLineItemInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::BatchDisassociateResourcesFromCustomLineItemInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
The billing period range in which the custom line item request will be applied.
-
#resource_arns ⇒ Array<String>
A list containing the ARNs of resources to be disassociated.
-
#target_arn ⇒ String
A percentage custom line item ARN to disassociate the resources from.
Instance Attribute Details
#billing_period_range ⇒ Types::CustomLineItemBillingPeriodRange
The billing period range in which the custom line item request will be applied.
261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 261 class BatchDisassociateResourcesFromCustomLineItemInput < Struct.new( :target_arn, :resource_arns, :billing_period_range) SENSITIVE = [] include Aws::Structure end |
#resource_arns ⇒ Array<String>
A list containing the ARNs of resources to be disassociated.
261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 261 class BatchDisassociateResourcesFromCustomLineItemInput < Struct.new( :target_arn, :resource_arns, :billing_period_range) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
A percentage custom line item ARN to disassociate the resources from.
261 262 263 264 265 266 267 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 261 class BatchDisassociateResourcesFromCustomLineItemInput < Struct.new( :target_arn, :resource_arns, :billing_period_range) SENSITIVE = [] include Aws::Structure end |