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:



721
722
723
724
725
726
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 721

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)


721
722
723
724
725
726
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 721

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