Class: Aws::Chime::Types::DescribeChannelMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelMembershipResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
3291 3292 3293 3294 3295 |
# File 'lib/aws-sdk-chime/types.rb', line 3291 class DescribeChannelMembershipResponse < Struct.new( :channel_membership) SENSITIVE = [] include Aws::Structure end |