Class: Aws::BillingConductor::Types::DisassociateResourceResponseElement
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::DisassociateResourceResponseElement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
A resource disassociation result for a percentage custom line item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The resource ARN that was disassociated from the custom line item.
-
#error ⇒ Types::AssociateResourceError
An ‘AssociateResourceError` that’s shown if the resource disassociation fails.
Instance Attribute Details
#arn ⇒ String
The resource ARN that was disassociated from the custom line item.
1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1256 class DisassociateResourceResponseElement < Struct.new( :arn, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::AssociateResourceError
An ‘AssociateResourceError` that’s shown if the resource disassociation fails.
1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1256 class DisassociateResourceResponseElement < Struct.new( :arn, :error) SENSITIVE = [] include Aws::Structure end |