DefaultMessage
public struct DefaultMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The default body of the message.
Declaration
Swift
public let body: String? -
The default message variables to use in the message. You can override these default variables with individual address variables.
Declaration
Swift
public let substitutions: [String : [String]]? -
Undocumented
Declaration
Swift
public init(body: String? = nil, substitutions: [String : [String]]? = nil)
View on GitHub
DefaultMessage Structure Reference