Class: Aws::ChimeSDKMessaging::Types::SubChannelSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/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

Instance Attribute Details

#membership_countInteger

The number of members in a SubChannel.

Returns:

  • (Integer)


3116
3117
3118
3119
3120
3121
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3116

class SubChannelSummary < Struct.new(
  :sub_channel_id,
  :membership_count)
  SENSITIVE = []
  include Aws::Structure
end

#sub_channel_idString

The unique ID of a SubChannel.

Returns:

  • (String)


3116
3117
3118
3119
3120
3121
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3116

class SubChannelSummary < Struct.new(
  :sub_channel_id,
  :membership_count)
  SENSITIVE = []
  include Aws::Structure
end