ADMChannelRequest
public struct ADMChannelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Client ID that you received from Amazon to send messages by using ADM.
Declaration
Swift
public let clientId: String
-
The Client Secret that you received from Amazon to send messages by using ADM.
Declaration
Swift
public let clientSecret: String
-
Specifies whether to enable the ADM channel for the application.
Declaration
Swift
public let enabled: Bool?
-
Undocumented
Declaration
Swift
public init(clientId: String, clientSecret: String, enabled: Bool? = nil)