AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides information about the general settings and status of all channels for an application, including channels that aren't enabled for the application.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.ChannelsResponse

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class ChannelsResponse

The ChannelsResponse type exposes the following members

Constructors

NameDescription
Public Method ChannelsResponse()

Properties

NameTypeDescription
Public Property Channels System.Collections.Generic.Dictionary<System.String, Amazon.Pinpoint.Model.ChannelResponse>

Gets and sets the property Channels.

A map that contains a multipart response for each channel. For each item in this object, the ChannelType is the key and the Channel is the value.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5