Class: Aws::ChimeSDKMessaging::Types::SubChannelSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::SubChannelSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Summary of the sub-channels associated with the elastic channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_count ⇒ Integer
The number of members in a SubChannel.
-
#sub_channel_id ⇒ String
The unique ID of a SubChannel.
Instance Attribute Details
#membership_count ⇒ Integer
The number of members in a SubChannel.
3116 3117 3118 3119 3120 3121 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3116 class SubChannelSummary < Struct.new( :sub_channel_id, :membership_count) SENSITIVE = [] include Aws::Structure end |
#sub_channel_id ⇒ String
The unique ID of a SubChannel.
3116 3117 3118 3119 3120 3121 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3116 class SubChannelSummary < Struct.new( :sub_channel_id, :membership_count) SENSITIVE = [] include Aws::Structure end |