UpdateProjectRequest

public struct UpdateProjectRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the project whose name to update.

    Declaration

    Swift

    public let arn: String
  • The number of minutes a test run in the project executes before it times out.

    Declaration

    Swift

    public let defaultJobTimeoutMinutes: Int?
  • A string that represents the new name of the project that you are updating.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String, defaultJobTimeoutMinutes: Int? = nil, name: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws