Class: Aws::Types::ListBillingGroupsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListBillingGroupsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_groups ⇒ ::Array[Types::GroupNameAndArn]
Returns the value of attribute billing_groups.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#billing_groups ⇒ ::Array[Types::GroupNameAndArn]
Returns the value of attribute billing_groups.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def billing_groups @billing_groups end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def next_token @next_token end |