Class: Aws::ChimeSDKMessaging::Types::ListChannelMembershipsResponse

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_arnString

The ARN of the channel.

Returns:

  • (String)


2155
2156
2157
2158
2159
2160
2161
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2155

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

#channel_membershipsArray<Types::ChannelMembershipSummary>

The information for the requested channel memberships.



2155
2156
2157
2158
2159
2160
2161
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2155

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

#next_tokenString

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

Returns:

  • (String)


2155
2156
2157
2158
2159
2160
2161
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2155

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