Class: Aws::BillingConductor::Types::DisassociateAccountsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 the array of account IDs is disassociated from.

Returns:

  • (String)


1266
1267
1268
1269
1270
# File 'lib/aws-sdk-billingconductor/types.rb', line 1266

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