Class: Aws::BillingConductor::Types::AssociateAccountsInput

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 associating array of account IDs.

Returns:

  • (Array<String>)


91
92
93
94
95
96
# File 'lib/aws-sdk-billingconductor/types.rb', line 91

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

#arnString

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

Returns:

  • (String)


91
92
93
94
95
96
# File 'lib/aws-sdk-billingconductor/types.rb', line 91

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