Class: Aws::Types::ListBillingGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListBillingGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_groups ⇒ ::Array[Types::BillingGroupListElement]
Returns the value of attribute billing_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#billing_groups ⇒ ::Array[Types::BillingGroupListElement]
Returns the value of attribute billing_groups.
490 491 492 |
# File 'sig/types.rbs', line 490 def billing_groups @billing_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
491 492 493 |
# File 'sig/types.rbs', line 491 def next_token @next_token end |