Class: Aws::Types::ListBillingGroupsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_groups ⇒ ::Array[Types::BillingGroupListElement]

Returns the value of attribute billing_groups.

Returns:



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.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def next_token
  @next_token
end