Class: Aws::BillingConductor::Types::DisassociateAccountsInput

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

#account_idsArray<String>

The array of account IDs to disassociate.

Returns:

  • (Array<String>)


1252
1253
1254
1255
1256
1257
# File 'lib/aws-sdk-billingconductor/types.rb', line 1252

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

#arnString

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

Returns:

  • (String)


1252
1253
1254
1255
1256
1257
# File 'lib/aws-sdk-billingconductor/types.rb', line 1252

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