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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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:



4918
4919
4920
4921
4922
4923
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4918

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)


4918
4919
4920
4921
4922
4923
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4918

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