Class: Aws::Detective::Types::ListOrganizationAdminAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ListOrganizationAdminAccountsResponse
- Defined in:
- gems/aws-sdk-detective/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.
721 722 723 724 725 726 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 721 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.
721 722 723 724 725 726 |
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 721 class ListOrganizationAdminAccountsResponse < Struct.new( :administrators, :next_token) SENSITIVE = [] include Aws::Structure end |