Class: Aws::ChimeSDKMessaging::Types::ListChannelMembershipsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The maximum number of channel memberships that you want returned.

Returns:

  • (String)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2129

class ListChannelMembershipsRequest < Struct.new(
  :channel_arn,
  :type,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#chime_bearerString

The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.

Returns:

  • (String)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2129

class ListChannelMembershipsRequest < Struct.new(
  :channel_arn,
  :type,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of channel memberships that you want returned.

Returns:

  • (Integer)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2129

class ListChannelMembershipsRequest < Struct.new(
  :channel_arn,
  :type,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  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)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2129

class ListChannelMembershipsRequest < Struct.new(
  :channel_arn,
  :type,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#sub_channel_idString

The ID of the SubChannel in the request.

<note markdown=“1”> Only required when listing a user’s memberships in a particular sub-channel of an elastic channel.

</note>

Returns:

  • (String)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2129

class ListChannelMembershipsRequest < Struct.new(
  :channel_arn,
  :type,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#typeString

The membership type of a user, ‘DEFAULT` or `HIDDEN`. Default members are returned as part of `ListChannelMemberships` if no type is specified. Hidden members are only returned if the type filter in `ListChannelMemberships` equals `HIDDEN`.

Returns:

  • (String)


2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2129

class ListChannelMembershipsRequest < Struct.new(
  :channel_arn,
  :type,
  :max_results,
  :next_token,
  :chime_bearer,
  :sub_channel_id)
  SENSITIVE = [:next_token]
  include Aws::Structure
end