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:



1624
1625
1626
1627
1628
1629
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1624

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)


1624
1625
1626
1627
1628
1629
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 1624

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