Class: Aws::Pinpoint::Types::DeleteAdmChannelResponse

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.



3471
3472
3473
3474
3475
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3471

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