Class: Aws::BillingConductor::Types::ListCustomLineItemsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_line_itemsArray<Types::CustomLineItemListElement>

A list of FreeFormLineItemListElements received.



1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1947

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

#next_tokenString

The pagination token that's used on subsequent calls to get custom line items (FFLIs).

Returns:

  • (String)


1947
1948
1949
1950
1951
1952
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1947

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