Class: Aws::BillingConductor::Types::AssociateAccountsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.

Returns:

  • (String)


105
106
107
108
109
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 105

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