Class: Aws::Invoicing::Types::InvoiceUnitRule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb

Overview

This is used to categorize the invoice unit. Values are Amazon Web Services account IDs. Currently, the only supported rule is LINKED_ACCOUNT.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#linked_accountsArray<String>

The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.

Returns:

  • (Array<String>)


372
373
374
375
376
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 372

class InvoiceUnitRule < Struct.new(
  :linked_accounts)
  SENSITIVE = []
  include Aws::Structure
end