Method: Aws::BillingConductor::Types::BillingGroupCostReportResultElement#attributes
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
#attributes ⇒ Array<Types::Attribute>
The list of key-value pairs that represent the attributes by which the ‘BillingGroupCostReportResults` are grouped. For example, if you want the Amazon S3 service-level breakdown of a billing group for November 2023, the attributes list will contain a key-value pair of `“PRODUCT_NAME”` and `“S3”` and a key-value pair of `“BILLING_PERIOD”` and `“Nov 2023”`.
372 373 374 375 376 377 378 379 380 381 382 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 372 class BillingGroupCostReportResultElement < Struct.new( :arn, :aws_cost, :proforma_cost, :margin, :margin_percentage, :currency, :attributes) SENSITIVE = [] include Aws::Structure end |