Class: Aws::BillingConductor::Types::ListAccountAssociationsFilter

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-billingconductor/types.rb

Overview

The filter on the account ID of the linked account, or any of the following:

‘MONITORED`: linked accounts that are associated to billing groups.

‘UNMONITORED`: linked accounts that are not associated to billing groups.

‘Billing Group Arn`: linked accounts that are associated to the provided Billing Group Arn.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID to filter on.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
1419
# File 'lib/aws-sdk-billingconductor/types.rb', line 1413

class ListAccountAssociationsFilter < Struct.new(
  :association,
  :account_id,
  :account_ids)
  SENSITIVE = []
  include Aws::Structure
end

#account_idsArray<String>

The list of Amazon Web Services IDs to retrieve their associated billing group for a given time range.

Returns:

  • (Array<String>)


1413
1414
1415
1416
1417
1418
1419
# File 'lib/aws-sdk-billingconductor/types.rb', line 1413

class ListAccountAssociationsFilter < Struct.new(
  :association,
  :account_id,
  :account_ids)
  SENSITIVE = []
  include Aws::Structure
end

#associationString

‘MONITORED`: linked accounts that are associated to billing groups.

‘UNMONITORED`: linked accounts that are not associated to billing groups.

‘Billing Group Arn`: linked accounts that are associated to the provided Billing Group Arn.

Returns:

  • (String)


1413
1414
1415
1416
1417
1418
1419
# File 'lib/aws-sdk-billingconductor/types.rb', line 1413

class ListAccountAssociationsFilter < Struct.new(
  :association,
  :account_id,
  :account_ids)
  SENSITIVE = []
  include Aws::Structure
end