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

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 the array of account IDs is disassociated from.

Returns:

  • (String)


1205
1206
1207
1208
1209
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1205

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