Class: Aws::Chime::Types::DescribeChannelMembershipForAppInstanceUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_membershipTypes::ChannelMembershipForAppInstanceUserSummary

The channel to which a user belongs.



3257
3258
3259
3260
3261
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3257

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