RetryBuildInput

public struct RetryBuildInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    Specifies the identifier of the build to restart.

    Declaration

    Swift

    public let id: String?
  • A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild request. The token is included in the RetryBuild request and is valid for five minutes. If you repeat the RetryBuild request with the same token, but change a parameter, AWS CodeBuild returns a parameter mismatch error.

    Declaration

    Swift

    public let idempotencyToken: String?
  • Undocumented

    Declaration

    Swift

    public init(id: String? = nil, idempotencyToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws