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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/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.

Constant Summary collapse

SENSITIVE =
[]

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:



2526
2527
2528
2529
2530
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2526

class ChannelsResponse < Struct.new(
  :channels)
  SENSITIVE = []
  include Aws::Structure
end