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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3481
3482
3483
3484
3485
# File 'lib/aws-sdk-pinpoint/types.rb', line 3481

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