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

Get channels definition



5490
5491
5492
5493
# File 'lib/aws-sdk-pinpoint/types.rb', line 5490

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