Class: Aws::BillingConductor::Types::ListCustomLineItemVersionsInput

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

#arnString

The Amazon Resource Name (ARN) for the custom line item.

Returns:

  • (String)


1753
1754
1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1753

class ListCustomLineItemVersionsInput < Struct.new(
  :arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::ListCustomLineItemVersionsFilter

A ListCustomLineItemVersionsFilter that specifies the billing period range in which the custom line item versions are applied.



1753
1754
1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1753

class ListCustomLineItemVersionsInput < Struct.new(
  :arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of custom line item versions to retrieve.

Returns:

  • (Integer)


1753
1754
1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1753

class ListCustomLineItemVersionsInput < Struct.new(
  :arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1753
1754
1755
1756
1757
1758
1759
1760
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1753

class ListCustomLineItemVersionsInput < Struct.new(
  :arn,
  :max_results,
  :next_token,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end