Class: Aws::BillingConductor::Types::ListAccountAssociationsInput

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

#billing_periodString

The preferred billing period to get account associations.

Returns:

  • (String)


1445
1446
1447
1448
1449
1450
1451
# File 'lib/aws-sdk-billingconductor/types.rb', line 1445

class ListAccountAssociationsInput < Struct.new(
  :billing_period,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ListAccountAssociationsFilter

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 aren’t associated to billing groups.

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



1445
1446
1447
1448
1449
1450
1451
# File 'lib/aws-sdk-billingconductor/types.rb', line 1445

class ListAccountAssociationsInput < Struct.new(
  :billing_period,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that’s used on subsequent calls to retrieve accounts.

Returns:

  • (String)


1445
1446
1447
1448
1449
1450
1451
# File 'lib/aws-sdk-billingconductor/types.rb', line 1445

class ListAccountAssociationsInput < Struct.new(
  :billing_period,
  :filters,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end