Class: Aws::Types::ListOrganizationAdminAccountsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_accounts::Array[Types::AdminAccount]

Returns the value of attribute admin_accounts.

Returns:



1275
1276
1277
# File 'sig/types.rbs', line 1275

def admin_accounts
  @admin_accounts
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1276
1277
1278
# File 'sig/types.rbs', line 1276

def next_token
  @next_token
end