Class: Aws::Chime::Types::ListChannelMembershipsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelMembershipsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
5172 5173 5174 5175 5176 5177 5178 |
# File 'lib/aws-sdk-chime/types.rb', line 5172 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.
5172 5173 5174 5175 5176 5177 5178 |
# File 'lib/aws-sdk-chime/types.rb', line 5172 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.
5172 5173 5174 5175 5176 5177 5178 |
# File 'lib/aws-sdk-chime/types.rb', line 5172 class ListChannelMembershipsResponse < Struct.new( :channel_arn, :channel_memberships, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |