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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



12241
12242
12243
12244
12245
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12241

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