Class: Aws::ChimeSDKMessaging::Types::ListChannelMembershipsForAppInstanceUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_membershipsArray<Types::ChannelMembershipForAppInstanceUserSummary>

The information for the requested channel memberships.



2086
2087
2088
2089
2090
2091
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2086

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

#next_tokenString

The token passed by previous API calls until all requested users are returned.

Returns:

  • (String)


2086
2087
2088
2089
2090
2091
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2086

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