| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ChimeSDKMessaging.Types.SubChannelSummary
Description
Documentation
data SubChannelSummary Source #
Summary of the sub-channels associated with the elastic channel.
See: newSubChannelSummary smart constructor.
Constructors
| SubChannelSummary' | |
Fields
| |
Instances
newSubChannelSummary :: SubChannelSummary Source #
Create a value of SubChannelSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:membershipCount:SubChannelSummary', subChannelSummary_membershipCount - The number of members in a SubChannel.
$sel:subChannelId:SubChannelSummary', subChannelSummary_subChannelId - The unique ID of a SubChannel.
subChannelSummary_membershipCount :: Lens' SubChannelSummary (Maybe Int) Source #
The number of members in a SubChannel.
subChannelSummary_subChannelId :: Lens' SubChannelSummary (Maybe Text) Source #
The unique ID of a SubChannel.