Class: Aws::BillingConductor::Types::AssociateResourceResponseElement
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::AssociateResourceResponseElement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
A resource association result for a percentage custom line item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The resource ARN that was associated to the custom line item.
-
#error ⇒ Types::AssociateResourceError
An ‘AssociateResourceError` that will populate if the resource association fails.
Instance Attribute Details
#arn ⇒ String
The resource ARN that was associated to the custom line item.
172 173 174 175 176 177 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 172 class AssociateResourceResponseElement < Struct.new( :arn, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::AssociateResourceError
An ‘AssociateResourceError` that will populate if the resource association fails.
172 173 174 175 176 177 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 172 class AssociateResourceResponseElement < Struct.new( :arn, :error) SENSITIVE = [] include Aws::Structure end |