Class: Aws::ChimeSDKMessaging::Types::BatchChannelMemberships
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::BatchChannelMemberships
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
The membership information, including member ARNs, the channel ARN, and membership types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel to which you’re adding members.
-
#invited_by ⇒ Types::Identity
The identifier of the member who invited another member.
-
#members ⇒ Array<Types::Identity>
The users successfully added to the request.
-
#sub_channel_id ⇒ String
The ID of the SubChannel.
-
#type ⇒ String
The membership types set for the channel members.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel to which you’re adding members.
102 103 104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 102 class BatchChannelMemberships < Struct.new( :invited_by, :type, :members, :channel_arn, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#invited_by ⇒ Types::Identity
The identifier of the member who invited another member.
102 103 104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 102 class BatchChannelMemberships < Struct.new( :invited_by, :type, :members, :channel_arn, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#members ⇒ Array<Types::Identity>
The users successfully added to the request.
102 103 104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 102 class BatchChannelMemberships < Struct.new( :invited_by, :type, :members, :channel_arn, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#sub_channel_id ⇒ String
The ID of the SubChannel.
102 103 104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 102 class BatchChannelMemberships < Struct.new( :invited_by, :type, :members, :channel_arn, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The membership types set for the channel members.
102 103 104 105 106 107 108 109 110 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 102 class BatchChannelMemberships < Struct.new( :invited_by, :type, :members, :channel_arn, :sub_channel_id) SENSITIVE = [] include Aws::Structure end |