Class: Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_membershipTypes::ChannelMembership

The details of the membership.



1546
1547
1548
1549
1550
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1546

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