Class: Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipForAppInstanceUserResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_membershipTypes::ChannelMembershipForAppInstanceUserSummary

The channel to which a user belongs.



1501
1502
1503
1504
1505
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1501

class DescribeChannelMembershipForAppInstanceUserResponse < Struct.new(
  :channel_membership)
  SENSITIVE = []
  include Aws::Structure
end