Class: Aws::BillingConductor::Types::ListCustomLineItemsInput

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

#billing_periodString

The preferred billing period to get custom line items (FFLIs).

Returns:

  • (String)


1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1833

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

#filtersTypes::ListCustomLineItemsFilter

A ListCustomLineItemsFilter that specifies the custom line item names and/or billing group Amazon Resource Names (ARNs) to retrieve FFLI information.



1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1833

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

#max_resultsInteger

The maximum number of billing groups to retrieve.

Returns:

  • (Integer)


1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1833

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

#next_tokenString

The pagination token that's used on subsequent calls to get custom line items (FFLIs).

Returns:

  • (String)


1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1833

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