Class: Aws::Pinpoint::Types::DeleteAdmChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteAdmChannelResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#adm_channel_response ⇒ Types::ADMChannelResponse
Provides information about the status and settings of the ADM (Amazon Device Messaging) channel for an application.
Instance Attribute Details
#adm_channel_response ⇒ Types::ADMChannelResponse
Provides information about the status and settings of the ADM (Amazon Device Messaging) channel for an application.
3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3433 class DeleteAdmChannelResponse < Struct.new( :adm_channel_response) SENSITIVE = [] include Aws::Structure end |