Class: Aws::Chime::Types::DescribeChannelMembershipForAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelMembershipForAppInstanceUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The ARN of the user in a channel.
-
#channel_arn ⇒ String
The ARN of the channel to which the user belongs.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the user in a channel.
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_arn ⇒ String
The ARN of the channel to which the user belongs.
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_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
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 |