Class: Aws::Chime::Types::DescribeChannelMembershipForAppInstanceUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelMembershipForAppInstanceUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
3257 3258 3259 3260 3261 |
# File 'lib/aws-sdk-chime/types.rb', line 3257 class DescribeChannelMembershipForAppInstanceUserResponse < Struct.new( :channel_membership) SENSITIVE = [] include Aws::Structure end |