Class: Aws::WorkMail::Types::ListOrganizationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListOrganizationsResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#organization_summaries ⇒ Array<Types::OrganizationSummary>
The overview of owned organizations presented as a list of organization summaries.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
2840 2841 2842 2843 2844 2845 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2840 class ListOrganizationsResponse < Struct.new( :organization_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#organization_summaries ⇒ Array<Types::OrganizationSummary>
The overview of owned organizations presented as a list of organization summaries.
2840 2841 2842 2843 2844 2845 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2840 class ListOrganizationsResponse < Struct.new( :organization_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |