Class: Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DescribeChannelMembershipResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_membership ⇒ Types::ChannelMembership
The details of the membership.
Instance Attribute Details
#channel_membership ⇒ Types::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 |