Class: Aws::WorkMail::Types::ListOrganizationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListOrganizationsRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call.
2821 2822 2823 2824 2825 2826 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2821 class ListOrganizationsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. The first call does not contain any tokens.
2821 2822 2823 2824 2825 2826 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2821 class ListOrganizationsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |