Class: Aws::Chime::Types::DescribeChannelMembershipResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_membershipTypes::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