Signaling channel description returned from the service. More...
#include <Include.h>

| Public Attributes | |
| UINT32 | version | 
| Version of the SignalingChannelDescription struct. | |
| CHAR | channelArn [MAX_ARN_LEN+1] | 
| Channel Amazon Resource Name (ARN) | |
| CHAR | channelName [256+1] | 
| Signaling channel name. Should be unique per AWS account. | |
| SIGNALING_CHANNEL_STATUS | channelStatus | 
| Current channel status as reported by the service. | |
| SIGNALING_CHANNEL_TYPE | channelType | 
| Channel type as reported by the service. | |
| CHAR | updateVersion [MAX_UPDATE_VERSION_LEN+1] | 
| UINT64 | messageTtl | 
| UINT64 | creationTime | 
| Timestamp of when the channel gets created. | |
Signaling channel description returned from the service.