Class: Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipForAppInstanceUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipForAppInstanceUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_membership ⇒ Types::ChannelMembershipForAppInstanceUserSummary
The channel to which a user belongs.
Instance Attribute Details
#channel_membership ⇒ Types::ChannelMembershipForAppInstanceUserSummary
The channel to which a user belongs.
1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1501 class DescribeChannelMembershipForAppInstanceUserResponse < Struct.new( :channel_membership) SENSITIVE = [] include Aws::Structure end |