Class: Aws::Pinpoint::Types::GetAdmChannelResponse

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.



5912
5913
5914
5915
5916
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 5912

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