Class: Aws::BillingConductor::Types::ListCustomLineItemVersionsOutput

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_item_versionsArray<Types::CustomLineItemVersionListElement>

A list of CustomLineItemVersionListElements that are received.



1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1773

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

#next_tokenString

The pagination token that's used on subsequent calls to retrieve custom line item versions.

Returns:

  • (String)


1773
1774
1775
1776
1777
1778
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1773

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