Class: Aws::Types::ListBillingGroupsResponse

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::GroupNameAndArn]

Returns the value of attribute billing_groups.

Returns:



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.

Returns:

  • (::String)


3071
3072
3073
# File 'sig/types.rbs', line 3071

def next_token
  @next_token
end