Class: Aws::BillingConductor::Types::ListBillingGroupsOutput

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_groupsArray<Types::BillingGroupListElement>

A list of BillingGroupListElement retrieved.

Returns:



1718
1719
1720
1721
1722
1723
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1718

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

#next_tokenString

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

Returns:

  • (String)


1718
1719
1720
1721
1722
1723
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1718

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