Class: Aws::Chime::Types::DescribeChannelMembershipForAppInstanceUserRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_user_arnString

The ARN of the user in a channel.

Returns:

  • (String)


3243
3244
3245
3246
3247
3248
3249
# File 'lib/aws-sdk-chime/types.rb', line 3243

class DescribeChannelMembershipForAppInstanceUserRequest < Struct.new(
  :channel_arn,
  :app_instance_user_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#channel_arnString

The ARN of the channel to which the user belongs.

Returns:

  • (String)


3243
3244
3245
3246
3247
3248
3249
# File 'lib/aws-sdk-chime/types.rb', line 3243

class DescribeChannelMembershipForAppInstanceUserRequest < Struct.new(
  :channel_arn,
  :app_instance_user_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end

#chime_bearerString

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

Returns:

  • (String)


3243
3244
3245
3246
3247
3248
3249
# File 'lib/aws-sdk-chime/types.rb', line 3243

class DescribeChannelMembershipForAppInstanceUserRequest < Struct.new(
  :channel_arn,
  :app_instance_user_arn,
  :chime_bearer)
  SENSITIVE = []
  include Aws::Structure
end