Class: Aws::GuardDuty::Types::ListOrganizationAdminAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListOrganizationAdminAccountsResponse
- Includes:
- Structure
- Defined in:
- 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.
5556 5557 5558 5559 5560 5561 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5556 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.
5556 5557 5558 5559 5560 5561 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5556 class ListOrganizationAdminAccountsResponse < Struct.new( :admin_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |