Class: Aws::Chime::Types::ListChannelMembershipsForAppInstanceUserRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_user_arnString

The ARN of the `AppInstanceUser`s

Returns:

  • (String)

4937
4938
4939
4940
4941
4942
4943
4944
# File 'lib/aws-sdk-chime/types.rb', line 4937

class ListChannelMembershipsForAppInstanceUserRequest < Struct.new(
  :app_instance_user_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#chime_bearerString

The `AppInstanceUserArn` of the user that makes the API call.

Returns:

  • (String)

4937
4938
4939
4940
4941
4942
4943
4944
# File 'lib/aws-sdk-chime/types.rb', line 4937

class ListChannelMembershipsForAppInstanceUserRequest < Struct.new(
  :app_instance_user_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of users that you want returned.

Returns:

  • (Integer)

4937
4938
4939
4940
4941
4942
4943
4944
# File 'lib/aws-sdk-chime/types.rb', line 4937

class ListChannelMembershipsForAppInstanceUserRequest < Struct.new(
  :app_instance_user_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

The token returned from previous API requests until the number of channel memberships is reached.

Returns:

  • (String)

4937
4938
4939
4940
4941
4942
4943
4944
# File 'lib/aws-sdk-chime/types.rb', line 4937

class ListChannelMembershipsForAppInstanceUserRequest < Struct.new(
  :app_instance_user_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end