Class: Aws::Chime::Types::CreateChannelMembershipResponse

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_arnString

The ARN of the channel.

Returns:

  • (String)


1884
1885
1886
1887
1888
1889
# File 'lib/aws-sdk-chime/types.rb', line 1884

class CreateChannelMembershipResponse < Struct.new(
  :channel_arn,
  :member)
  SENSITIVE = []
  include Aws::Structure
end

#memberTypes::Identity

The ARN and metadata of the member being added.

Returns:



1884
1885
1886
1887
1888
1889
# File 'lib/aws-sdk-chime/types.rb', line 1884

class CreateChannelMembershipResponse < Struct.new(
  :channel_arn,
  :member)
  SENSITIVE = []
  include Aws::Structure
end