Class: Aws::Pinpoint::Types::GetAdmChannelResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#adm_channel_responseTypes::ADMChannelResponse

Amazon Device Messaging channel definition.



5038
5039
5040
5041
# File 'lib/aws-sdk-pinpoint/types.rb', line 5038

class GetAdmChannelResponse < Struct.new(
  :adm_channel_response)
  include Aws::Structure
end