UpdateProjectRequest

public struct UpdateProjectRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don’t reuse this client token if a new idempotent request is required.

    Declaration

    Swift

    public let clientToken: String?
  • A new description for the project.

    Declaration

    Swift

    public let projectDescription: String?
  • The ID of the project to update.

    Declaration

    Swift

    public let projectId: String
  • A new friendly name for the project.

    Declaration

    Swift

    public let projectName: String
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = UpdateProjectRequest.idempotencyToken(), projectDescription: String? = nil, projectId: String, projectName: String)
  • Declaration

    Swift

    public func validate(name: String) throws