Template

public struct Template : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the template.

    Declaration

    Swift

    public let templateArn: String?
  • An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable.

    Declaration

    Swift

    public let templateData: String?
  • Undocumented

    Declaration

    Swift

    public init(templateArn: String? = nil, templateData: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws