Class: Aws::Pinpoint::Types::GetChannelsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#channels_responseTypes::ChannelsResponse

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



8447
8448
8449
8450
# File 'lib/aws-sdk-pinpoint/types.rb', line 8447

class GetChannelsResponse < Struct.new(
  :channels_response)
  include Aws::Structure
end