Class: Aws::Invoicing::Types::ListInvoiceUnitsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#as_ofTime

The state of an invoice unit at a specified time. You can see legacy invoice units that are currently deleted if the AsOf time is set to before it was deleted. If an AsOf is not provided, the default value is the current time.

Returns:

  • (Time)


1216
1217
1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1216

class ListInvoiceUnitsRequest < Struct.new(
  :filters,
  :next_token,
  :max_results,
  :as_of)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::Filters

An optional input to the list API. If multiple filters are specified, the returned list will be a configuration that match all of the provided filters. Supported filter types are InvoiceReceivers, Names, and Accounts.

Returns:



1216
1217
1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1216

class ListInvoiceUnitsRequest < Struct.new(
  :filters,
  :next_token,
  :max_results,
  :as_of)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of invoice units that can be returned.

Returns:

  • (Integer)


1216
1217
1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1216

class ListInvoiceUnitsRequest < Struct.new(
  :filters,
  :next_token,
  :max_results,
  :as_of)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1216
1217
1218
1219
1220
1221
1222
1223
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1216

class ListInvoiceUnitsRequest < Struct.new(
  :filters,
  :next_token,
  :max_results,
  :as_of)
  SENSITIVE = []
  include Aws::Structure
end