CreateTemplateMessageBody
public struct CreateTemplateMessageBody : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the message template that was created.
Declaration
Swift
public let arn: String? -
The message that’s returned from the API for the request to create the message template.
Declaration
Swift
public let message: String? -
The unique identifier for the request to create the message template.
Declaration
Swift
public let requestID: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, message: String? = nil, requestID: String? = nil)
View on GitHub
CreateTemplateMessageBody Structure Reference