Class: Aws::BillingConductor::Types::ListBillingGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ListBillingGroupsOutput
- Defined in:
- gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#billing_groups ⇒ Array<Types::BillingGroupListElement>
A list of
BillingGroupListElement
retrieved. -
#next_token ⇒ String
The pagination token that's used on subsequent calls to get billing groups.
Instance Attribute Details
#billing_groups ⇒ Array<Types::BillingGroupListElement>
A list of BillingGroupListElement
retrieved.
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_token ⇒ String
The pagination token that's used on subsequent calls to get billing groups.
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 |