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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



6505
6506
6507
6508
6509
# File 'lib/aws-sdk-pinpoint/types.rb', line 6505

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