Class: Aws::GuardDuty::Types::ListOrganizationAdminAccountsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ListOrganizationAdminAccountsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
5538 5539 5540 5541 5542 5543 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5538 class ListOrganizationAdminAccountsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
5538 5539 5540 5541 5542 5543 |
# File 'lib/aws-sdk-guardduty/types.rb', line 5538 class ListOrganizationAdminAccountsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |