Class: Aws::BillingConductor::Types::ListBillingGroupCostReportsFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListBillingGroupCostReportsFilter
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
The filter used to retrieve specific BillingGroupCostReportElements
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_group_arns ⇒ Array<String>
The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.
Instance Attribute Details
#billing_group_arns ⇒ Array<String>
The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.
1496 1497 1498 1499 1500 |
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1496 class ListBillingGroupCostReportsFilter < Struct.new( :billing_group_arns) SENSITIVE = [] include Aws::Structure end |