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
CustomLineItemVersionListElementsthat 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.
1867 1868 1869 1870 1871 1872 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1867 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.
1867 1868 1869 1870 1871 1872 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1867 class ListCustomLineItemVersionsOutput < Struct.new( :custom_line_item_versions, :next_token) SENSITIVE = [] include Aws::Structure end |