Class: Aws::GuardDuty::Types::ListOrganizationAdminAccountsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_accountsArray<Types::AdminAccount>

A list of accounts configured as GuardDuty delegated administrators.

Returns:



4910
4911
4912
4913
4914
4915
# File 'lib/aws-sdk-guardduty/types.rb', line 4910

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

#next_tokenString

The pagination parameter to be used on the next list operation to retrieve more items.

Returns:

  • (String)


4910
4911
4912
4913
4914
4915
# File 'lib/aws-sdk-guardduty/types.rb', line 4910

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