Class: Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipForAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipForAppInstanceUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The ARN of the user or bot in a channel.
-
#channel_arn ⇒ String
The ARN of the channel to which the user belongs.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the user or bot in a channel.
1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1487 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.
1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1487 class DescribeChannelMembershipForAppInstanceUserRequest < Struct.new( :channel_arn, :app_instance_user_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
1487 1488 1489 1490 1491 1492 1493 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1487 class DescribeChannelMembershipForAppInstanceUserRequest < Struct.new( :channel_arn, :app_instance_user_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |