You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::ListOrganizationAdminAccountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListOrganizationAdminAccountsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing ListOrganizationAdminAccountsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
max_results: 1,
next_token: "String",
}
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in the response.
-
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in the response.
#next_token ⇒ String
A token to use for paginating results that are returned in the response.
Set the value of this parameter to null for the first request to a list
action. For subsequent calls, use the NextToken
value returned from
the previous request to continue listing results after the first page.