Class: Aws::Invoicing::Types::ListInvoiceUnitsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::ListInvoiceUnitsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-invoicing/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#invoice_units ⇒ Array<Types::InvoiceUnit>
An invoice unit is a set of mutually exclusive accounts that correspond to your business entity.
-
#next_token ⇒ String
The next token used to indicate where the returned list should start from.
Instance Attribute Details
#invoice_units ⇒ Array<Types::InvoiceUnit>
An invoice unit is a set of mutually exclusive accounts that correspond to your business entity.
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_token ⇒ String
The next token used to indicate where the returned list should start from.
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 |