Class: Aws::WorkMail::Types::ListOrganizationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.

Returns:

  • (String)


3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3348

class ListOrganizationsResponse < Struct.new(
  :organization_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#organization_summariesArray<Types::OrganizationSummary>

The overview of owned organizations presented as a list of organization summaries.

Returns:



3348
3349
3350
3351
3352
3353
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3348

class ListOrganizationsResponse < Struct.new(
  :organization_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end