Class: Aws::BillingConductor::Types::ListCustomLineItemsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListCustomLineItemsOutput
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_line_items ⇒ Array<Types::CustomLineItemListElement>
A list of
FreeFormLineItemListElementsreceived. -
#next_token ⇒ String
The pagination token that's used on subsequent calls to get custom line items (FFLIs).
Instance Attribute Details
#custom_line_items ⇒ Array<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_token ⇒ String
The pagination token that's used on subsequent calls to get custom line items (FFLIs).
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 |