Class: Aws::Detective::Types::ListOrganizationAdminAccountsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#administratorsArray<Types::Administrator>

The list of Detective administrator accounts.

Returns:



1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1194

class ListOrganizationAdminAccountsResponse < Struct.new(
  :administrators,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are more accounts remaining in the results, then this is the pagination token to use to request the next page of accounts.

Returns:

  • (String)


1194
1195
1196
1197
1198
1199
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1194

class ListOrganizationAdminAccountsResponse < Struct.new(
  :administrators,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end