Class: Aws::Pinpoint::Types::ChannelsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#channelsHash<String,Types::ChannelResponse>

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.

Returns:



2795
2796
2797
2798
# File 'lib/aws-sdk-pinpoint/types.rb', line 2795

class ChannelsResponse < Struct.new(
  :channels)
  include Aws::Structure
end