Class: Aws::GuardDuty::Types::ListOrganizationAdminAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListOrganizationAdminAccountsResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#admin_accounts ⇒ Array<Types::AdminAccount>
A list of accounts configured as GuardDuty delegated administrators.
-
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
Instance Attribute Details
#admin_accounts ⇒ Array<Types::AdminAccount>
A list of accounts configured as GuardDuty delegated administrators.
5305 5306 5307 5308 5309 5310 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5305 class ListOrganizationAdminAccountsResponse < Struct.new( :admin_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination parameter to be used on the next list operation to retrieve more items.
5305 5306 5307 5308 5309 5310 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5305 class ListOrganizationAdminAccountsResponse < Struct.new( :admin_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |