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.



1542
1543
1544
1545
1546
1547
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1542

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)


1542
1543
1544
1545
1546
1547
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1542

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