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

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

#account_idsArray<String>

The array of account IDs to disassociate.

Returns:

  • (Array<String>)


1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1191

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)


1191
1192
1193
1194
1195
1196
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1191

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