Class: Aws::BillingConductor::Types::ListBillingGroupCostReportsOutput

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_group_cost_reportsArray<Types::BillingGroupCostReportElement>

A list of BillingGroupCostReportElement retrieved.



1585
1586
1587
1588
1589
1590
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1585

class ListBillingGroupCostReportsOutput < Struct.new(
  :billing_group_cost_reports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token that's used on subsequent calls to get reports.

Returns:

  • (String)


1585
1586
1587
1588
1589
1590
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1585

class ListBillingGroupCostReportsOutput < Struct.new(
  :billing_group_cost_reports,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end