Class: Aws::BillingConductor::Types::AssociateResourceResponseElement

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/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

Instance Attribute Details

#arnString

The resource ARN that was associated to the custom line item.

Returns:

  • (String)


172
173
174
175
176
177
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 172

class AssociateResourceResponseElement < Struct.new(
  :arn,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::AssociateResourceError

An AssociateResourceError that will populate if the resource association fails.



172
173
174
175
176
177
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 172

class AssociateResourceResponseElement < Struct.new(
  :arn,
  :error)
  SENSITIVE = []
  include Aws::Structure
end