Class: Aws::ChimeSDKMessaging::Types::CreateChannelMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::CreateChannelMembershipResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#member ⇒ Types::Identity
The ARN and metadata of the member being added.
-
#sub_channel_id ⇒ String
The ID of the SubChannel in the response.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1115 1116 1117 1118 1119 1120 1121 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1115 class CreateChannelMembershipResponse < Struct.new( :channel_arn, :member, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#member ⇒ Types::Identity
The ARN and metadata of the member being added.
1115 1116 1117 1118 1119 1120 1121 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1115 class CreateChannelMembershipResponse < Struct.new( :channel_arn, :member, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#sub_channel_id ⇒ String
The ID of the SubChannel in the response.
1115 1116 1117 1118 1119 1120 1121 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1115 class CreateChannelMembershipResponse < Struct.new( :channel_arn, :member, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |