Text
public struct Text : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The locale of the text message. Currently, en-US is supported.
Declaration
Swift
public let locale: Locale
-
The value of the text message.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(locale: Locale, value: String)
-
Declaration
Swift
public func validate(name: String) throws