Class: Aws::BillingConductor::Types::ListBillingGroupCostReportsFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#billing_group_arnsArray<String>

The list of Amazon Resource Names (ARNs) used to filter billing groups to retrieve reports.

Returns:

  • (Array<String>)


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