Class: Aws::Invoicing::Types::ListInvoiceUnitsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invoice_unitsArray<Types::InvoiceUnit>

An invoice unit is a set of mutually exclusive accounts that correspond to your business entity.

Returns:



1145
1146
1147
1148
1149
1150
# File 'lib/aws-sdk-invoicing/types.rb', line 1145

class ListInvoiceUnitsResponse < Struct.new(
  :invoice_units,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The next token used to indicate where the returned list should start from.

Returns:

  • (String)


1145
1146
1147
1148
1149
1150
# File 'lib/aws-sdk-invoicing/types.rb', line 1145

class ListInvoiceUnitsResponse < Struct.new(
  :invoice_units,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end