Class: Aws::Detective::Types::ListOrganizationAdminAccountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Detective::Types::ListOrganizationAdminAccountsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-detective/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
For requests to get the next page of results, the pagination token that was returned with the previous set of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
1176 1177 1178 1179 1180 1181 |
# File 'lib/aws-sdk-detective/types.rb', line 1176 class ListOrganizationAdminAccountsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
1176 1177 1178 1179 1180 1181 |
# File 'lib/aws-sdk-detective/types.rb', line 1176 class ListOrganizationAdminAccountsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |