EvaluateExpressionInput

public struct EvaluateExpressionInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The expression to evaluate.

    Declaration

    Swift

    public let expression: String
  • The ID of the object.

    Declaration

    Swift

    public let objectId: String
  • The ID of the pipeline.

    Declaration

    Swift

    public let pipelineId: String
  • Undocumented

    Declaration

    Swift

    public init(expression: String, objectId: String, pipelineId: String)
  • Declaration

    Swift

    public func validate(name: String) throws