Class: Aws::Detective::Types::ListOrganizationAdminAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ListOrganizationAdminAccountsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#administrators ⇒ Array<Types::Administrator>
The list of Detective administrator accounts.
-
#next_token ⇒ String
If there are more accounts remaining in the results, then this is the pagination token to use to request the next page of accounts.
Instance Attribute Details
#administrators ⇒ Array<Types::Administrator>
The list of Detective administrator accounts.
1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-detective/types.rb', line 1194 class ListOrganizationAdminAccountsResponse < Struct.new( :administrators, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are more accounts remaining in the results, then this is the pagination token to use to request the next page of accounts.
1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-detective/types.rb', line 1194 class ListOrganizationAdminAccountsResponse < Struct.new( :administrators, :next_token) SENSITIVE = [] include Aws::Structure end |