Class: Aws::SecurityHub::Types::ListOrganizationAdminAccountsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_accountsArray<Types::AdminAccount>

The list of Security Hub administrator accounts.

Returns:



26599
26600
26601
26602
26603
26604
# File 'lib/aws-sdk-securityhub/types.rb', line 26599

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

#next_tokenString

The pagination token to use to request the next page of results.

Returns:

  • (String)


26599
26600
26601
26602
26603
26604
# File 'lib/aws-sdk-securityhub/types.rb', line 26599

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