RenderableTask

public struct RenderableTask : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as “text”: “sample text”.

    Declaration

    Swift

    public let input: String
  • Undocumented

    Declaration

    Swift

    public init(input: String)
  • Declaration

    Swift

    public func validate(name: String) throws