Class: Aws::Pinpoint::Types::UpdateAdmChannelResponse

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

Provides information about the status and settings of the ADM (Amazon Device Messaging) channel for an application.



15090
15091
15092
15093
# File 'lib/aws-sdk-pinpoint/types.rb', line 15090

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