Class: Aws::BillingConductor::Types::ListCustomLineItemsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListCustomLineItemsFilter
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
A filter that specifies the custom line items and billing groups to retrieve FFLI information.
Constant Summary collapse
- SENSITIVE =
[:names]
Instance Attribute Summary collapse
-
#account_ids ⇒ Array<String>
The Amazon Web Services accounts in which this custom line item will be applied to.
-
#arns ⇒ Array<String>
A list of custom line item ARNs to retrieve information.
-
#billing_groups ⇒ Array<String>
The billing group Amazon Resource Names (ARNs) to retrieve information.
-
#names ⇒ Array<String>
A list of custom line items to retrieve information.
Instance Attribute Details
#account_ids ⇒ Array<String>
The Amazon Web Services accounts in which this custom line item will be applied to.
1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1803 class ListCustomLineItemsFilter < Struct.new( :names, :billing_groups, :arns, :account_ids) SENSITIVE = [:names] include Aws::Structure end |
#arns ⇒ Array<String>
A list of custom line item ARNs to retrieve information.
1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1803 class ListCustomLineItemsFilter < Struct.new( :names, :billing_groups, :arns, :account_ids) SENSITIVE = [:names] include Aws::Structure end |
#billing_groups ⇒ Array<String>
The billing group Amazon Resource Names (ARNs) to retrieve information.
1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1803 class ListCustomLineItemsFilter < Struct.new( :names, :billing_groups, :arns, :account_ids) SENSITIVE = [:names] include Aws::Structure end |
#names ⇒ Array<String>
A list of custom line items to retrieve information.
1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1803 class ListCustomLineItemsFilter < Struct.new( :names, :billing_groups, :arns, :account_ids) SENSITIVE = [:names] include Aws::Structure end |