Class: Aws::WorkMail::Types::ListGroupMembersResponse

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

#membersArray<Types::Member>

The members associated to the group.

Returns:



2894
2895
2896
2897
2898
2899
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2894

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

#next_tokenString

The token to use to retrieve the next page of results. The first call does not contain any tokens.

Returns:

  • (String)


2894
2895
2896
2897
2898
2899
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2894

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