PutApprovalResultInput

public struct PutApprovalResultInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the action for which approval is requested.

    Declaration

    Swift

    public let actionName: String
  • The name of the pipeline that contains the action.

    Declaration

    Swift

    public let pipelineName: String
  • Represents information about the result of the approval request.

    Declaration

    Swift

    public let result: ApprovalResult
  • The name of the stage that contains the action.

    Declaration

    Swift

    public let stageName: String
  • The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action. It is used to validate that the approval request corresponding to this token is still valid.

    Declaration

    Swift

    public let token: String
  • Undocumented

    Declaration

    Swift

    public init(actionName: String, pipelineName: String, result: ApprovalResult, stageName: String, token: String)
  • Declaration

    Swift

    public func validate(name: String) throws