- Navigation Guide
@aws-sdk/client-chime-sdk-messaging
CreateChannelMembershipCommandOutput Interface
The output of CreateChannelMembershipCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
ChannelArn | string | undefined | The ARN of the channel. |
Member | Identity | undefined | The ARN and metadata of the member being added. |
SubChannelId | string | undefined | The ID of the SubChannel in the response. |
Full Signature
export interface CreateChannelMembershipCommandOutput extends CreateChannelMembershipResponse, MetadataBearer