DescribeRepositoryRequest
public struct DescribeRepositoryRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the domain that contains the repository to describe.
Declaration
Swift
public let domain: String
-
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
Declaration
Swift
public let domainOwner: String?
-
A string that specifies the name of the requested repository.
Declaration
Swift
public let repository: String
-
Undocumented
Declaration
Swift
public init(domain: String, domainOwner: String? = nil, repository: String)
-
Declaration
Swift
public func validate(name: String) throws