Class: Aws::BillingConductor::Types::ListCustomLineItemVersionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListCustomLineItemVersionsOutput
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_line_item_versions ⇒ Array<Types::CustomLineItemVersionListElement>
A list of
CustomLineItemVersionListElements
that are received. -
#next_token ⇒ String
The pagination token that's used on subsequent calls to retrieve custom line item versions.
Instance Attribute Details
#custom_line_item_versions ⇒ Array<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_token ⇒ String
The pagination token that's used on subsequent calls to retrieve custom line item versions.
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 |