Class: Aws::Types::ListDelegatedAdminAccountsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delegated_admin_accounts ⇒ ::Array[Types::DelegatedAdminAccount]

Returns the value of attribute delegated_admin_accounts.

Returns:



2099
2100
2101
# File 'sig/types.rbs', line 2099

def delegated_admin_accounts
  @delegated_admin_accounts
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2100
2101
2102
# File 'sig/types.rbs', line 2100

def next_token
  @next_token
end