Class: Aws::Types::SubChannelSummary
- Inherits:
-
Object
- Object
- Aws::Types::SubChannelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#membership_count ⇒ ::Integer
Returns the value of attribute membership_count.
-
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
Instance Attribute Details
#membership_count ⇒ ::Integer
Returns the value of attribute membership_count.
877 878 879 |
# File 'sig/types.rbs', line 877 def membership_count @membership_count end |
#sub_channel_id ⇒ ::String
Returns the value of attribute sub_channel_id.
876 877 878 |
# File 'sig/types.rbs', line 876 def sub_channel_id @sub_channel_id end |