UpdateRepositoryDescriptionInput
public struct UpdateRepositoryDescriptionInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The new comment or description for the specified repository. Repository descriptions are limited to 1,000 characters.
Declaration
Swift
public let repositoryDescription: String?
-
The name of the repository to set or change the comment or description for.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(repositoryDescription: String? = nil, repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws