Class: Aws::WorkMail::Types::ListGroupsForEntityResponse

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

#groupsArray<Types::GroupIdentifier>

The overview of groups in an organization.

Returns:



2995
2996
2997
2998
2999
3000
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2995

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

#next_tokenString

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

Returns:

  • (String)


2995
2996
2997
2998
2999
3000
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2995

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