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)


5093
5094
5095
5096
5097
5098
5099
5100
# File 'lib/aws-sdk-chime/types.rb', line 5093

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)


5093
5094
5095
5096
5097
5098
5099
5100
# File 'lib/aws-sdk-chime/types.rb', line 5093

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)


5093
5094
5095
5096
5097
5098
5099
5100
# File 'lib/aws-sdk-chime/types.rb', line 5093

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)


5093
5094
5095
5096
5097
5098
5099
5100
# File 'lib/aws-sdk-chime/types.rb', line 5093

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