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.



1853
1854
1855
1856
1857
1858
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1853

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)


1853
1854
1855
1856
1857
1858
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1853

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