Class: Aws::Pinpoint::Types::ChannelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ChannelsResponse
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channels ⇒ Hash<String,Types::ChannelResponse>
A map that contains a multipart response for each channel.
Instance Attribute Details
#channels ⇒ Hash<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.
2536 2537 2538 2539 2540 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2536 class ChannelsResponse < Struct.new( :channels) SENSITIVE = [] include Aws::Structure end |