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

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

Overview

Get channels definition

Instance Attribute Summary collapse

Instance Attribute Details

#channelsHash<String,Types::ChannelResponse>

A map of channels, with the ChannelType as the key and the Channel as the value.

Returns:



1856
1857
1858
1859
# File 'lib/aws-sdk-pinpoint/types.rb', line 1856

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