Class: Aws::ChimeSDKMessaging::Types::ListChannelMembershipsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListChannelMembershipsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#channel_memberships ⇒ Array<Types::ChannelMembershipSummary>
The information for the requested channel memberships.
-
#next_token ⇒ String
The token passed by previous API calls until all requested channel memberships are returned.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
2155 2156 2157 2158 2159 2160 2161 |
# File '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_memberships ⇒ Array<Types::ChannelMembershipSummary>
The information for the requested channel memberships.
2155 2156 2157 2158 2159 2160 2161 |
# File '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_token ⇒ String
The token passed by previous API calls until all requested channel memberships are returned.
2155 2156 2157 2158 2159 2160 2161 |
# File '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 |