Class: Aws::Pinpoint::Types::GetAdmChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetAdmChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
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.
7865 7866 7867 7868 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7865 class GetAdmChannelResponse < Struct.new( :adm_channel_response) include Aws::Structure end |