Class: Aws::SecurityHub::Types::ListOrganizationAdminAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListOrganizationAdminAccountsResponse
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_accounts ⇒ Array<Types::AdminAccount>
The list of Security Hub administrator accounts.
-
#next_token ⇒ String
The pagination token to use to request the next page of results.
Instance Attribute Details
#admin_accounts ⇒ Array<Types::AdminAccount>
The list of Security Hub administrator accounts.
22320 22321 22322 22323 22324 22325 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22320 class ListOrganizationAdminAccountsResponse < Struct.new( :admin_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to request the next page of results.
22320 22321 22322 22323 22324 22325 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22320 class ListOrganizationAdminAccountsResponse < Struct.new( :admin_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |